From: Arnd Bergmann Date: Sat, 1 Oct 2011 20:03:37 +0000 (+0200) Subject: ARM: pxa: make zylonite_pxa*_init declaration match code X-Git-Tag: v3.2-rc1~99^2~2^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec13592060ed809c5d6af50f2fcc0b4cc18e3f77;p=pandora-kernel.git ARM: pxa: make zylonite_pxa*_init declaration match code When support for zylonite is disabled, the zylonite_pxa300_init and zylonite_pxa320_init functions are not there, but the declaration is still kept around if any other boards for the same soc are enabled. This changes the declaration to be conditional on the same symbol as the code. Signed-off-by: Arnd Bergmann Signed-off-by: Eric Miao --- Reading git-diff-tree failed