diff options
Diffstat (limited to 'arch/sh/include/mach-se/mach/se7721.h')
-rw-r--r-- | arch/sh/include/mach-se/mach/se7721.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/sh/include/mach-se/mach/se7721.h b/arch/sh/include/mach-se/mach/se7721.h index eabd0538de4..b957f604119 100644 --- a/arch/sh/include/mach-se/mach/se7721.h +++ b/arch/sh/include/mach-se/mach/se7721.h | |||
@@ -11,8 +11,6 @@ | |||
11 | 11 | ||
12 | #ifndef __ASM_SH_SE7721_H | 12 | #ifndef __ASM_SH_SE7721_H |
13 | #define __ASM_SH_SE7721_H | 13 | #define __ASM_SH_SE7721_H |
14 | |||
15 | #include <linux/sh_intc.h> | ||
16 | #include <asm/addrspace.h> | 14 | #include <asm/addrspace.h> |
17 | 15 | ||
18 | /* Box specific addresses. */ | 16 | /* Box specific addresses. */ |
@@ -51,9 +49,9 @@ | |||
51 | #define MRSHPC_PCIC_INFO (PA_MRSHPC + 30) | 49 | #define MRSHPC_PCIC_INFO (PA_MRSHPC + 30) |
52 | 50 | ||
53 | #define PA_LED 0xB6800000 /* 8bit LED */ | 51 | #define PA_LED 0xB6800000 /* 8bit LED */ |
54 | #define PA_FPGA 0xB7000000 /* FPGA base address */ | 52 | #define PA_FPGA 0xB7000000 /* FPGA base address */ |
55 | 53 | ||
56 | #define MRSHPC_IRQ0 evt2irq(0x340) | 54 | #define MRSHPC_IRQ0 10 |
57 | 55 | ||
58 | #define FPGA_ILSR1 (PA_FPGA + 0x02) | 56 | #define FPGA_ILSR1 (PA_FPGA + 0x02) |
59 | #define FPGA_ILSR2 (PA_FPGA + 0x03) | 57 | #define FPGA_ILSR2 (PA_FPGA + 0x03) |