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)
commit830703c766ed49bc740321df55a11d19154f95d5
treea3478b050553420360bd00c9be2c29dc5f6af216
parentbecba8a3589fdbc364b6dc09e90f54e4d459d4cd
ARM: 6140/1: silence a bogus sparse warning in unwind.c

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>
arch/arm/kernel/unwind.c