[XTENSA] fix wrong usage of __init and __initdata in traps.c
authorChris Zankel <chris@zankel.net>
Fri, 3 Aug 2007 22:54:36 +0000 (15:54 -0700)
committerChris Zankel <chris@zankel.net>
Mon, 27 Aug 2007 20:52:49 +0000 (13:52 -0700)
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 <chris@zankel.net>

No differences found