mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
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>
This commit is contained in:
parent
168b14009a
commit
44d8311272
@ -21,11 +21,6 @@
|
||||
#ifndef _NVM_H_
|
||||
#define _NVM_H_
|
||||
|
||||
typedef struct _FLASH_SECTOR_INFO {
|
||||
unsigned int uiSectorSig;
|
||||
unsigned int uiSectorSize;
|
||||
} FLASH_SECTOR_INFO, *PFLASH_SECTOR_INFO;
|
||||
|
||||
struct bcm_flash_cs_info {
|
||||
u32 MagicNumber;
|
||||
/* let the magic number be 0xBECE-F1A5 - F1A5 for "flas-h" */
|
||||
|
Loading…
Reference in New Issue
Block a user