From: Lee Jones Date: Wed, 15 May 2013 09:51:50 +0000 (+0100) Subject: ARM: ux500: Remove ux500-musb platform registation when booting with DT X-Git-Tag: upstream/snapshot3+hdmi~4839^2^2~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d4999b19d96decc48eb456b0a33be0e6dc5d793b;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ARM: ux500: Remove ux500-musb platform registation when booting with DT Now the ux500-musb driver has been enabled for Device Tree, there is no requirement to register it from platform code. Acked-by: Fabio Baltieri Signed-off-by: Lee Jones Signed-off-by: Linus Walleij --- diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c index 959a105..fbe1fb8 100644 --- a/arch/arm/mach-ux500/cpu-db8500.c +++ b/arch/arm/mach-ux500/cpu-db8500.c @@ -223,8 +223,6 @@ static struct device * __init u8500_of_init_devices(void) { struct device *parent = db8500_soc_device_init(); - db8500_add_usb(parent, usb_db8500_dma_cfg, usb_db8500_dma_cfg); - return parent; }