diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-08-22 15:52:30 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-26 11:08:26 +0200 |
commit | 254a40783d353528fce527d1f512189255b4b40c (patch) | |
tree | 413b299869275e362a308afc280ff30c59d9faf3 /arch/arm/mach-ux500/cpu-db8500.c | |
parent | a0998b8321eb5f53ef51924f5ab6c69237ac1025 (diff) | |
download | blackbird-obmc-linux-254a40783d353528fce527d1f512189255b4b40c.tar.gz blackbird-obmc-linux-254a40783d353528fce527d1f512189255b4b40c.zip |
ARM: ux500: Stop requesting the SoC device to play 'parent' role
There are no more devices which require left to register which require
a parent. This is part of the ux500 conversion over to Device Tree only
booting.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/cpu-db8500.c')
-rw-r--r-- | arch/arm/mach-ux500/cpu-db8500.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c index 89232dd99673..2e85c1e72535 100644 --- a/arch/arm/mach-ux500/cpu-db8500.c +++ b/arch/arm/mach-ux500/cpu-db8500.c @@ -135,14 +135,6 @@ static struct device * __init db8500_soc_device_init(void) return ux500_soc_device_init(soc_id); } -/* - * This function is called from the board init - */ -struct device * __init u8500_init_devices(void) -{ - return db8500_soc_device_init(); -} - #ifdef CONFIG_MACH_UX500_DT static struct of_dev_auxdata u8500_auxdata_lookup[] __initdata = { /* Requires call-back bindings. */ |