Commit 44d8311272c0d67ce135fc5cc985ff6f399a75a5
Committed by
Greg Kroah-Hartman
1 parent
168b14009a
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
Staging: bcm: Remove typedef for _FLASH_SECTOR_INFO.
This patch removes typedef for _FLASH_SECTOR_INFO because it is not being used. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Showing 1 changed file with 0 additions and 5 deletions Side-by-side Diff
drivers/staging/bcm/nvm.h
... | ... | @@ -21,11 +21,6 @@ |
21 | 21 | #ifndef _NVM_H_ |
22 | 22 | #define _NVM_H_ |
23 | 23 | |
24 | -typedef struct _FLASH_SECTOR_INFO { | |
25 | - unsigned int uiSectorSig; | |
26 | - unsigned int uiSectorSize; | |
27 | -} FLASH_SECTOR_INFO, *PFLASH_SECTOR_INFO; | |
28 | - | |
29 | 24 | struct bcm_flash_cs_info { |
30 | 25 | u32 MagicNumber; |
31 | 26 | /* let the magic number be 0xBECE-F1A5 - F1A5 for "flas-h" */ |