aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-realview/core.h
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2014-02-27 08:29:22 -0500
committerLinus Walleij <linus.walleij@linaro.org>2014-02-27 08:56:19 -0500
commite4ecf2bda239ddef5f4edd0e05d48bfdf88a475d (patch)
treecda31855444c116394cec653eef7ffbc833823b9 /arch/arm/mach-realview/core.h
parentd1cb3ecf327066137fb6245b13030cde60241dd6 (diff)
ARM: plat-versatile: convert LEDs to platform device
The LEDs were initialized unconditionally with an fs_initcall() which doesn't play well with multiplatform. Convert the driver to a platform device and convert all boards with these LEDs to register a platform device and pass the register as a resource instead. Tested successfully on the Versatile/AB and RealView PB1176. Cc: Bryan Wu <cooloney@gmail.com> Cc: Richard Purdie <rpurdie@rpsys.net> Cc: Russell King <linux@arm.linux.org.uk> Cc: Pawel Moll <pawel.moll@arm.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-realview/core.h')
-rw-r--r--arch/arm/mach-realview/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-realview/core.h b/arch/arm/mach-realview/core.h
index 602ca5ec52c5..13dc830ef469 100644
--- a/arch/arm/mach-realview/core.h
+++ b/arch/arm/mach-realview/core.h
@@ -37,6 +37,7 @@ struct machine_desc;
37 37
38extern struct platform_device realview_flash_device; 38extern struct platform_device realview_flash_device;
39extern struct platform_device realview_cf_device; 39extern struct platform_device realview_cf_device;
40extern struct platform_device realview_leds_device;
40extern struct platform_device realview_i2c_device; 41extern struct platform_device realview_i2c_device;
41extern struct mmci_platform_data realview_mmc0_plat_data; 42extern struct mmci_platform_data realview_mmc0_plat_data;
42extern struct mmci_platform_data realview_mmc1_plat_data; 43extern struct mmci_platform_data realview_mmc1_plat_data;