[MIPS] MV6434x: The name of the CPP symbol is __mips__, not __MIPS__.
authorRalf Baechle <ralf@linux-mips.org>
Sun, 2 Apr 2006 12:17:58 +0000 (13:17 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 19 Apr 2006 02:14:19 +0000 (04:14 +0200)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/linux/mv643xx.h

index 955d306..edfa012 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef __ASM_MV643XX_H
 #define __ASM_MV643XX_H
 
-#ifdef __MIPS__
+#ifdef __mips__
 #include <asm/addrspace.h>
 #include <asm/marvell.h>
 #endif