commit | d3f033f894c433d3c9bf347a0a84f45dac0b14ac | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Mon Jan 23 13:12:41 2012 +1000 |
committer | Greg Ungerer <gerg@uclinux.org> | Mon Mar 05 09:43:03 2012 +1000 |
tree | f455b0b303c5bdb3644890c31dbe3c07313bed7e | |
parent | f84f52a5c15db7d14a534815f27253b001735183 [diff] |
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>