diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-07-19 11:52:10 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2012-09-20 06:32:33 -0400 |
commit | 436d99e6c9d44fa8d7632a70cb32291cffc493dd (patch) | |
tree | 9e8b3b97a54534fbec87bd34391b697ff28cd38a /arch/arm/mach-ux500 | |
parent | e9edfe1ec02574b7ece2c195834a7a5387558c70 (diff) |
ARM: ux500: Remove unused snowball_of_platform_devs struct
This was left over during a recent clean-up which removed Device Tree
helper structs. There is no longer a requirement for it, so we can just
remove it.
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c index 5d9600b1020b..5d0f1357580e 100644 --- a/arch/arm/mach-ux500/board-mop500.c +++ b/arch/arm/mach-ux500/board-mop500.c | |||
@@ -726,11 +726,6 @@ MACHINE_END | |||
726 | 726 | ||
727 | #ifdef CONFIG_MACH_UX500_DT | 727 | #ifdef CONFIG_MACH_UX500_DT |
728 | 728 | ||
729 | static struct platform_device *snowball_of_platform_devs[] __initdata = { | ||
730 | &snowball_led_dev, | ||
731 | &snowball_key_dev, | ||
732 | }; | ||
733 | |||
734 | struct of_dev_auxdata u8500_auxdata_lookup[] __initdata = { | 729 | struct of_dev_auxdata u8500_auxdata_lookup[] __initdata = { |
735 | /* Requires call-back bindings. */ | 730 | /* Requires call-back bindings. */ |
736 | OF_DEV_AUXDATA("arm,cortex-a9-pmu", 0, "arm-pmu", &db8500_pmu_platdata), | 731 | OF_DEV_AUXDATA("arm,cortex-a9-pmu", 0, "arm-pmu", &db8500_pmu_platdata), |