Skip to content

Commit

Permalink
Staging: et131x: kill EXP_ROM
Browse files Browse the repository at this point in the history
This is another unused type for the bin

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent 61d5ed8 commit 254472a
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions drivers/staging/et131x/et1310_address_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 254472a

Please sign in to comment.