[ARM] pxa: silence warnings from cpu_is_xxx() macros
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Thu, 10 Jan 2008 12:33:54 +0000 (12:33 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 10 Jan 2008 12:33:54 +0000 (12:33 +0000)
commit198a6d5a6189501e2b8abf4e3149ccb337866f65
tree772eb567f7b42b4ebf0be739bf33c56ffbfb95ab
parentfd0b45dfd1858c6b49d06355a460bcf36d654c06
[ARM] pxa: silence warnings from cpu_is_xxx() macros

If only a single CPU type is selected, __cpu_is_xxx() doesn't
use its argument.  This causes the compiler to issue a warning
about an unused variable in the parent function.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/asm-arm/arch-pxa/hardware.h
include/asm-arm/system.h