projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b8822e
)
staging: exfat: Remove unused struct 'dev_info_t'
author
Pragat Pandya
<pragat.pandya@gmail.com>
Thu, 30 Jan 2020 10:11:18 +0000
(15:41 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 10 Feb 2020 00:22:57 +0000
(16:22 -0800)
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: Pragat Pandya <pragat.pandya@gmail.com>
Link:
https://lore.kernel.org/r/20200130101118.15936-3-pragat.pandya@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/exfat/exfat.h
patch
|
blob
|
history
diff --git
a/drivers/staging/exfat/exfat.h
b/drivers/staging/exfat/exfat.h
index 7d9bfea7a51294caa6ebf8e500156d9d1abc10bc..e340b36ac5194afcd83e3437eda3b04ac25aa6e8 100644
(file)
--- a/
drivers/staging/exfat/exfat.h
+++ b/
drivers/staging/exfat/exfat.h
@@
-231,11
+231,6
@@
struct date_time_t {
u16 MilliSecond;
};
-struct dev_info_t {
- u32 SecSize; /* sector size in bytes */
- u32 DevSize; /* block device size in sectors */
-};
-
struct vol_info_t {
u32 FatType;
u32 ClusterSize;