m68knommu: remove reduntant definitions of _ramvec
authorGreg Ungerer <gerg@uclinux.org>
Mon, 23 Jan 2012 03:12:41 +0000 (13:12 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 4 Mar 2012 23:43:03 +0000 (09:43 +1000)
commitd3f033f894c433d3c9bf347a0a84f45dac0b14ac
treef455b0b303c5bdb3644890c31dbe3c07313bed7e
parentf84f52a5c15db7d14a534815f27253b001735183
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>
arch/m68k/platform/68328/ints.c
arch/m68k/platform/68360/ints.c
arch/m68k/platform/coldfire/vectors.c