From: Greg Ungerer Date: Mon, 23 Jan 2012 03:12:41 +0000 (+1000) Subject: m68knommu: remove reduntant definitions of _ramvec X-Git-Tag: v3.4-rc1~160^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3f033f894c433d3c9bf347a0a84f45dac0b14ac;p=pandora-kernel.git 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 --- Reading git-diff-tree failed