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:
Родитель
168b14009a
Коммит
44d8311272
|
@ -21,11 +21,6 @@
|
||||||
#ifndef _NVM_H_
|
#ifndef _NVM_H_
|
||||||
#define _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 {
|
struct bcm_flash_cs_info {
|
||||||
u32 MagicNumber;
|
u32 MagicNumber;
|
||||||
/* let the magic number be 0xBECE-F1A5 - F1A5 for "flas-h" */
|
/* let the magic number be 0xBECE-F1A5 - F1A5 for "flas-h" */
|
||||||
|
|
Загрузка…
Ссылка в новой задаче