diff options
Diffstat (limited to 'arch/sh/include/mach-se/mach/se7722.h')
-rw-r--r-- | arch/sh/include/mach-se/mach/se7722.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/arch/sh/include/mach-se/mach/se7722.h b/arch/sh/include/mach-se/mach/se7722.h index 201081ebdbce..637e7ac753f8 100644 --- a/arch/sh/include/mach-se/mach/se7722.h +++ b/arch/sh/include/mach-se/mach/se7722.h | |||
@@ -81,12 +81,6 @@ | |||
81 | #define IRQ0_IRQ evt2irq(0x600) | 81 | #define IRQ0_IRQ evt2irq(0x600) |
82 | #define IRQ1_IRQ evt2irq(0x620) | 82 | #define IRQ1_IRQ evt2irq(0x620) |
83 | 83 | ||
84 | #define IRQ01_MODE 0xb1800000 | ||
85 | #define IRQ01_STS 0xb1800004 | ||
86 | #define IRQ01_MASK 0xb1800008 | ||
87 | |||
88 | /* Bits in IRQ01_* registers */ | ||
89 | |||
90 | #define SE7722_FPGA_IRQ_USB 0 /* IRQ0 */ | 84 | #define SE7722_FPGA_IRQ_USB 0 /* IRQ0 */ |
91 | #define SE7722_FPGA_IRQ_SMC 1 /* IRQ0 */ | 85 | #define SE7722_FPGA_IRQ_SMC 1 /* IRQ0 */ |
92 | #define SE7722_FPGA_IRQ_MRSHPC0 2 /* IRQ1 */ | 86 | #define SE7722_FPGA_IRQ_MRSHPC0 2 /* IRQ1 */ |
@@ -95,8 +89,10 @@ | |||
95 | #define SE7722_FPGA_IRQ_MRSHPC3 5 /* IRQ1 */ | 89 | #define SE7722_FPGA_IRQ_MRSHPC3 5 /* IRQ1 */ |
96 | #define SE7722_FPGA_IRQ_NR 6 | 90 | #define SE7722_FPGA_IRQ_NR 6 |
97 | 91 | ||
92 | struct irq_domain; | ||
93 | |||
98 | /* arch/sh/boards/se/7722/irq.c */ | 94 | /* arch/sh/boards/se/7722/irq.c */ |
99 | extern unsigned int se7722_fpga_irq[]; | 95 | extern struct irq_domain *se7722_irq_domain; |
100 | 96 | ||
101 | void init_se7722_IRQ(void); | 97 | void init_se7722_IRQ(void); |
102 | 98 | ||