]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-ppc/ibm4xx.h
[PATCH] #elif that should've been #elif defined
[linux-2.6-omap-h63xx.git] / include / asm-ppc / ibm4xx.h
index 6c28ae7807f4fe20add48c793a0d84397e61bf50..499c14691c71dfe7ca8a9c043def011438d099af 100644 (file)
@@ -14,7 +14,6 @@
 #ifndef __ASM_IBM4XX_H__
 #define __ASM_IBM4XX_H__
 
-#include <linux/config.h>
 #include <asm/types.h>
 
 #ifdef CONFIG_40x
 #include <platforms/4xx/xilinx_ml300.h>
 #endif
 
+#if defined(CONFIG_XILINX_ML403)
+#include <platforms/4xx/xilinx_ml403.h>
+#endif
+
 #ifndef __ASSEMBLY__
 
 #ifdef CONFIG_40x
@@ -83,7 +86,7 @@ void ppc4xx_init(unsigned long r3, unsigned long r4, unsigned long r5,
 #define PCI_DRAM_OFFSET        0
 #endif
 
-#elif CONFIG_44x
+#elif defined(CONFIG_44x)
 
 #if defined(CONFIG_BAMBOO)
 #include <platforms/4xx/bamboo.h>