diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-07-19 19:52:10 +0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2012-09-20 14:32:33 +0400 |
commit | 436d99e6c9d44fa8d7632a70cb32291cffc493dd (patch) | |
tree | 9e8b3b97a54534fbec87bd34391b697ff28cd38a /arch/arm/mach-ux500 | |
parent | e9edfe1ec02574b7ece2c195834a7a5387558c70 (diff) | |
download | linux-436d99e6c9d44fa8d7632a70cb32291cffc493dd.tar.xz |
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 #ifdef CONFIG_MACH_UX500_DT -static struct platform_device *snowball_of_platform_devs[] __initdata = { - &snowball_led_dev, - &snowball_key_dev, -}; - struct of_dev_auxdata u8500_auxdata_lookup[] __initdata = { /* Requires call-back bindings. */ OF_DEV_AUXDATA("arm,cortex-a9-pmu", 0, "arm-pmu", &db8500_pmu_platdata), |