提交 44d83112 编写于 作者: K Kevin McKinney 提交者: Greg Kroah-Hartman

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: NKevin McKinney <klmckinney1@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 168b1400
......@@ -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" */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册