aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/au1000/xxs1500/irqmap.c
diff options
context:
space:
mode:
authorFlorian Fainelli <florian.fainelli@telecomint.eu>2008-04-01 09:53:25 -0400
committerRalf Baechle <ralf@linux-mips.org>2008-04-01 10:46:34 -0400
commitf9e8b782608021c0cbd936923cc0e509521b594d (patch)
tree8861bbbcc73f0672ab0232c6137536a10d163927 /arch/mips/au1000/xxs1500/irqmap.c
parent0519649f7e855382a0270e6def03c9f84f7ac9b0 (diff)
[MIPS] XSS1500: Fix compilation
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>
Diffstat (limited to 'arch/mips/au1000/xxs1500/irqmap.c')
-rw-r--r--arch/mips/au1000/xxs1500/irqmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/au1000/xxs1500/irqmap.c b/arch/mips/au1000/xxs1500/irqmap.c
index 389349295d70..a343da134334 100644
--- a/arch/mips/au1000/xxs1500/irqmap.c
+++ b/arch/mips/au1000/xxs1500/irqmap.c
@@ -45,7 +45,7 @@
45#include <asm/io.h> 45#include <asm/io.h>
46#include <asm/mipsregs.h> 46#include <asm/mipsregs.h>
47#include <asm/system.h> 47#include <asm/system.h>
48#include <asm/au1000.h> 48#include <asm/mach-au1x00/au1000.h>
49 49
50struct au1xxx_irqmap __initdata au1xxx_irq_map[] = { 50struct au1xxx_irqmap __initdata au1xxx_irq_map[] = {
51 { AU1500_GPIO_204, INTC_INT_HIGH_LEVEL, 0}, 51 { AU1500_GPIO_204, INTC_INT_HIGH_LEVEL, 0},