ARM: 6140/1: silence a bogus sparse warning in unwind.c
authorAlexander Shishkin <virtuoso@slind.org>
Fri, 21 May 2010 11:32:07 +0000 (12:32 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 24 May 2010 19:42:03 +0000 (20:42 +0100)
The check for compiler which is supposed to miscompile unwind tables
clearly has nothing to do with sparse (which does not define necessary
macros anyway), so simply silence it.

Signed-off-by: Alexander Shishkin <virtuoso@slind.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found