Commit 8b8822e3 authored by Pragat Pandya's avatar Pragat Pandya Committed by Greg Kroah-Hartman
Browse files

staging: exfat: Remove unused struct 'part_info_t'



Remove global declaration of unused struct "part_info_t".
Structure "part_info_t" is defined in exfat.h and not referenced in any
other file.

Signed-off-by: default avatarPragat Pandya <pragat.pandya@gmail.com>
Link: https://lore.kernel.org/r/20200130101118.15936-2-pragat.pandya@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7ed674e2
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -231,11 +231,6 @@ struct date_time_t {
	u16      MilliSecond;
};

struct part_info_t {
	u32      Offset;    /* start sector number of the partition */
	u32      Size;      /* in sectors */
};

struct dev_info_t {
	u32      SecSize;    /* sector size in bytes */
	u32      DevSize;    /* block device size in sectors */