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)
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>

No differences found