]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
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 363b3bae504891e748b0f3965fd0b3cbbe14f740..7ef664bc9e330c4b284cdd81042ca38bb670066a 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 75b802719723ad459d719b6f598254fe0dfe02e4..5ef3eb44ef398dd1e49d509795af0018fb4f5554 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;