omap3: remove typedefs for configuration structs
[pandora-u-boot.git] / include / asm-arm / arch-omap3 / mem.h
index 6f0f90b..5b9ac75 100644 (file)
 #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