Commit a3583d4c authored by Pragat Pandya's avatar Pragat Pandya Committed by Greg Kroah-Hartman

staging: exfat: Remove unused struct 'dev_info_t'

Remove global declaration of unused struct "dev_info_t".
Structure "dev_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-3-pragat.pandya@gmail.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8b8822e3
...@@ -231,11 +231,6 @@ struct date_time_t { ...@@ -231,11 +231,6 @@ struct date_time_t {
u16 MilliSecond; u16 MilliSecond;
}; };
struct dev_info_t {
u32 SecSize; /* sector size in bytes */
u32 DevSize; /* block device size in sectors */
};
struct vol_info_t { struct vol_info_t {
u32 FatType; u32 FatType;
u32 ClusterSize; u32 ClusterSize;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment