提交 254472ac 编写于 作者: A Alan Cox 提交者: Greg Kroah-Hartman

Staging: et131x: kill EXP_ROM

This is another unused type for the bin
Signed-off-by: NAlan Cox <alan@linux.intel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 61d5ed8c
......@@ -1662,22 +1662,6 @@ typedef struct _MMC_t { /* Location: */
/* END OF MMC REGISTER ADDRESS MAP */
/* START OF EXP ROM REGISTER ADDRESS MAP */
/*
* Expansion ROM Module of JAGCore Address Mapping
*/
/* Take this out until it is not empty */
#if 0
typedef struct _EXP_ROM_t {
} EXP_ROM_t, *PEXP_ROM_t;
#endif
/* END OF EXP ROM REGISTER ADDRESS MAP */
/*
* JAGCore Address Mapping
*/
......@@ -1709,11 +1693,6 @@ typedef struct _ADDRESS_MAP_t {
/* unused section of address map */
u8 unused_[1015808];
/* Take this out until it is not empty */
#if 0
EXP_ROM_t exp_rom;
#endif
u8 unused_exp_rom[4096]; /* MGS-size TBD */
u8 unused__[524288]; /* unused section of address map */
} ADDRESS_MAP_t, *PADDRESS_MAP_t;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册