From: Chris Zankel Date: Fri, 3 Aug 2007 22:54:36 +0000 (-0700) Subject: [XTENSA] fix wrong usage of __init and __initdata in traps.c X-Git-Tag: v2.6.23-rc7~43^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b91dc336cc7e0c9843f87ad0ba4cdbc821d69549;p=pandora-kernel.git [XTENSA] fix wrong usage of __init and __initdata in traps.c A variable was defined with __init instead of __initdata and the function accessing that variable wasn't initialized with __init. Signed-off-by: Chris Zankel --- Reading git-diff-tree failed