diff options
Diffstat (limited to 'arch/m68k/platform/68360/ints.c')
-rw-r--r-- | arch/m68k/platform/68360/ints.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m68k/platform/68360/ints.c b/arch/m68k/platform/68360/ints.c index 7b40202d9638..8cd42692331b 100644 --- a/arch/m68k/platform/68360/ints.c +++ b/arch/m68k/platform/68360/ints.c | |||
@@ -32,8 +32,6 @@ asmlinkage void trap(void); | |||
32 | asmlinkage void bad_interrupt(void); | 32 | asmlinkage void bad_interrupt(void); |
33 | asmlinkage void inthandler(void); | 33 | asmlinkage void inthandler(void); |
34 | 34 | ||
35 | extern void *_ramvec[]; | ||
36 | |||
37 | static void intc_irq_unmask(struct irq_data *d) | 35 | static void intc_irq_unmask(struct irq_data *d) |
38 | { | 36 | { |
39 | pquicc->intr_cimr |= (1 << d->irq); | 37 | pquicc->intr_cimr |= (1 << d->irq); |