[MIPS] XSS1500: Fix compilation
authorFlorian Fainelli <florian.fainelli@telecomint.eu>
Tue, 1 Apr 2008 13:53:25 +0000 (15:53 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 1 Apr 2008 14:46:34 +0000 (15:46 +0100)
This patch fixes the compilation of the Au1000 XSS1500
board setup and irqmap code.

Signed-off-by: Florian Fainelli <florian.fainelli@telecomint.eu>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/au1000/xxs1500/board_setup.c
arch/mips/au1000/xxs1500/irqmap.c

index a9237f41933d7259707178ed5e97142ee0b251eb..b2e413e597a808dddf85178ef05ed7841a7689b7 100644 (file)
 #include <asm/cpu.h>
 #include <asm/bootinfo.h>
 #include <asm/irq.h>
-#include <asm/keyboard.h>
 #include <asm/mipsregs.h>
 #include <asm/reboot.h>
 #include <asm/pgtable.h>
-#include <asm/au1000.h>
+#include <asm/mach-au1x00/au1000.h>
 
 void board_reset(void)
 {
index 389349295d702b0eb8038985bb9d5303152bf2f5..a343da13433481a2120511a1f9ef606666d62245 100644 (file)
@@ -45,7 +45,7 @@
 #include <asm/io.h>
 #include <asm/mipsregs.h>
 #include <asm/system.h>
-#include <asm/au1000.h>
+#include <asm/mach-au1x00/au1000.h>
 
 struct au1xxx_irqmap __initdata au1xxx_irq_map[] = {
        { AU1500_GPIO_204, INTC_INT_HIGH_LEVEL, 0},