diff options
author | Dirk Behme | 2009-08-08 09:30:21 +0200 |
---|---|---|
committer | Wolfgang Denk | 2009-08-08 11:33:23 +0200 |
commit | 97a099eaa48d5c762c4f73c52c3090c513b8b877 (patch) | |
tree | 625ee27bb2ad928ef01e68ad8d7fa2e92b2c60bb /include/asm-arm/arch-omap3/mem.h | |
parent | 187af954cf7958c24efcf0fd62289bbdb4f1f24e (diff) |
omap3: remove typedefs for configuration structs
Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
Diffstat (limited to 'include/asm-arm/arch-omap3/mem.h')
-rw-r--r-- | include/asm-arm/arch-omap3/mem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-arm/arch-omap3/mem.h b/include/asm-arm/arch-omap3/mem.h index 6f0f90b6011..5b9ac753e8d 100644 --- a/include/asm-arm/arch-omap3/mem.h +++ b/include/asm-arm/arch-omap3/mem.h @@ -29,12 +29,12 @@ #define CS1 0x1 /* mirror CS1 regs appear offset 0x30 from CS0 */ #ifndef __ASSEMBLY__ -typedef enum { +enum { STACKED = 0, IP_DDR = 1, COMBO_DDR = 2, IP_SDR = 3, -} mem_t; +}; #endif /* __ASSEMBLY__ */ #define EARLY_INIT 1 |