From: Mike Dunn Date: Thu, 27 Dec 2012 18:02:18 +0000 (-0800) Subject: ARM: palmtreo: fix #ifdefs for leds-gpio device X-Git-Tag: v3.9-rc1~123^2~13^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a639bb83b751bfed61be13c0e3df17e5a970a94;p=pandora-kernel.git ARM: palmtreo: fix #ifdefs for leds-gpio device The #ifdefs around the leds-gpio device platform data are erroneous. Currently the device is not instantiated on the centro unless CONFIG_MACH_TREO680 is defined. This patch eliminates the #ifdefs, and uses the machine_is_* macros to initialize the data based on which machine the code is running on and the build-time configuration. Unused data is optimized out by the build tools if build configuration does not enable support for both machines. Tested on my palm treo 680, and compile-tested for all three combinations of treo680/centro build configurations. Signed-off-by: Mike Dunn Acked-by: Tomas Cech Acked-by: Marek Vasut Signed-off-by: Haojian Zhuang --- Reading git-diff-tree failed