From: Russell King Date: Thu, 10 Jan 2008 12:33:54 +0000 (+0000) Subject: [ARM] pxa: silence warnings from cpu_is_xxx() macros X-Git-Tag: v2.6.24-rc8~33^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=198a6d5a6189501e2b8abf4e3149ccb337866f65;p=pandora-kernel.git [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 --- Reading git-diff-tree failed