ARM: OMAP: Fix compile for H4
authorTony Lindgren <tony@atomide.com>
Tue, 15 Nov 2005 20:19:49 +0000 (12:19 -0800)
committerTony Lindgren <tony@atomide.com>
Tue, 15 Nov 2005 20:19:49 +0000 (12:19 -0800)
Fix compile for H4

include/asm-arm/arch-omap/board-h4.h
include/asm-arm/atomic.h

index 363b3ba..7ef664b 100644 (file)
 /* GPMC CS1 */
 #define OMAP24XX_ETHR_START             0x08000300
 #define OMAP24XX_ETHR_GPIO_IRQ         92
-
-<<<<<<< include/asm-arm/arch-omap/board-h4.h
-#define H4_CS0_BASE                 0x04000000
-
-=======
-#define H4_CS0_BASE                 0x04000000
-
-#define H4_CS0_BASE                 0x04000000
-
-#define H4_CS0_BASE                 0x04000000
-
->>>>>>> .merge_file_d153T1
+#define H4_CS0_BASE                    0x04000000
 #endif /*  __ASM_ARCH_OMAP_H4_H */
 
index 75b8027..5ef3eb4 100644 (file)
@@ -12,6 +12,7 @@
 #define __ASM_ARM_ATOMIC_H
 
 #include <linux/config.h>
+#include <linux/types.h>
 
 typedef struct { volatile int counter; } atomic_t;