diff options
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/platform/68328/ints.c | 2 | ||||
-rw-r--r-- | arch/m68k/platform/68360/ints.c | 2 | ||||
-rw-r--r-- | arch/m68k/platform/coldfire/vectors.c | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/arch/m68k/platform/68328/ints.c b/arch/m68k/platform/68328/ints.c index 4bd456531f91..b3810febb3e3 100644 --- a/arch/m68k/platform/68328/ints.c +++ b/arch/m68k/platform/68328/ints.c | |||
@@ -68,8 +68,6 @@ asmlinkage irqreturn_t inthandler5(void); | |||
68 | asmlinkage irqreturn_t inthandler6(void); | 68 | asmlinkage irqreturn_t inthandler6(void); |
69 | asmlinkage irqreturn_t inthandler7(void); | 69 | asmlinkage irqreturn_t inthandler7(void); |
70 | 70 | ||
71 | extern e_vector *_ramvec; | ||
72 | |||
73 | /* The 68k family did not have a good way to determine the source | 71 | /* The 68k family did not have a good way to determine the source |
74 | * of interrupts until later in the family. The EC000 core does | 72 | * of interrupts until later in the family. The EC000 core does |
75 | * not provide the vector number on the stack, we vector everything | 73 | * not provide the vector number on the stack, we vector everything |
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); |
diff --git a/arch/m68k/platform/coldfire/vectors.c b/arch/m68k/platform/coldfire/vectors.c index 3a7cc524ecd3..a4dbdecbec7a 100644 --- a/arch/m68k/platform/coldfire/vectors.c +++ b/arch/m68k/platform/coldfire/vectors.c | |||
@@ -33,8 +33,6 @@ asmlinkage void dbginterrupt_c(struct frame *fp) | |||
33 | 33 | ||
34 | /***************************************************************************/ | 34 | /***************************************************************************/ |
35 | 35 | ||
36 | extern e_vector *_ramvec; | ||
37 | |||
38 | /* Assembler routines */ | 36 | /* Assembler routines */ |
39 | asmlinkage void buserr(void); | 37 | asmlinkage void buserr(void); |
40 | asmlinkage void trap(void); | 38 | asmlinkage void trap(void); |