summaryrefslogtreecommitdiffstats
path: root/arch/m68k/platform/68360
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2012-01-23 13:12:41 +1000
committerGreg Ungerer <gerg@uclinux.org>2012-03-05 09:43:03 +1000
commitd3f033f894c433d3c9bf347a0a84f45dac0b14ac (patch)
treef455b0b303c5bdb3644890c31dbe3c07313bed7e /arch/m68k/platform/68360
parentf84f52a5c15db7d14a534815f27253b001735183 (diff)
downloadop-kernel-dev-d3f033f894c433d3c9bf347a0a84f45dac0b14ac.zip
op-kernel-dev-d3f033f894c433d3c9bf347a0a84f45dac0b14ac.tar.gz
m68knommu: remove reduntant definitions of _ramvec
The base of the real RAM resident hardware vectors, _ramvec, is declared in our asm/traps.h. No need to have local declarations spread around in other files that use this. So remove them. Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/platform/68360')
-rw-r--r--arch/m68k/platform/68360/ints.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m68k/platform/68360/ints.c b/arch/m68k/platform/68360/ints.c
index 7b40202..8cd4269 100644
--- a/arch/m68k/platform/68360/ints.c
+++ b/arch/m68k/platform/68360/ints.c
@@ -32,8 +32,6 @@ asmlinkage void trap(void);
asmlinkage void bad_interrupt(void);
asmlinkage void inthandler(void);
-extern void *_ramvec[];
-
static void intc_irq_unmask(struct irq_data *d)
{
pquicc->intr_cimr |= (1 << d->irq);
OpenPOWER on IntegriCloud