Skip to content

Commit

Permalink
[MIPS] XSS1500: Fix compilation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Florian Fainelli authored and ralfbaechle committed Apr 1, 2008
1 parent 0519649 commit f9e8b78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions arch/mips/au1000/xxs1500/board_setup.c
Expand Up @@ -33,11 +33,10 @@
#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)
{
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/au1000/xxs1500/irqmap.c
Expand Up @@ -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},
Expand Down

0 comments on commit f9e8b78

Please sign in to comment.