diff options
Diffstat (limited to 'arch/alpha/kernel/sys_eb64p.c')
| -rw-r--r-- | arch/alpha/kernel/sys_eb64p.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/alpha/kernel/sys_eb64p.c b/arch/alpha/kernel/sys_eb64p.c index 61a79c354f0b..ed108b66ec09 100644 --- a/arch/alpha/kernel/sys_eb64p.c +++ b/arch/alpha/kernel/sys_eb64p.c | |||
| @@ -8,7 +8,6 @@ | |||
| 8 | * Code supporting the EB64+ and EB66. | 8 | * Code supporting the EB64+ and EB66. |
| 9 | */ | 9 | */ |
| 10 | 10 | ||
| 11 | #include <linux/config.h> | ||
| 12 | #include <linux/kernel.h> | 11 | #include <linux/kernel.h> |
| 13 | #include <linux/types.h> | 12 | #include <linux/types.h> |
| 14 | #include <linux/mm.h> | 13 | #include <linux/mm.h> |
| @@ -137,7 +136,7 @@ eb64p_init_irq(void) | |||
| 137 | 136 | ||
| 138 | for (i = 16; i < 32; ++i) { | 137 | for (i = 16; i < 32; ++i) { |
| 139 | irq_desc[i].status = IRQ_DISABLED | IRQ_LEVEL; | 138 | irq_desc[i].status = IRQ_DISABLED | IRQ_LEVEL; |
| 140 | irq_desc[i].handler = &eb64p_irq_type; | 139 | irq_desc[i].chip = &eb64p_irq_type; |
| 141 | } | 140 | } |
| 142 | 141 | ||
| 143 | common_init_isa_dma(); | 142 | common_init_isa_dma(); |
