From: Chao Xie Date: Mon, 25 Mar 2013 07:06:55 +0000 (-0400) Subject: arm: mmp: remove clock from usb pdata for aspenite X-Git-Tag: upstream/snapshot3+hdmi~5288^2~11^2~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8f75d400984bb0bf538e1df7ec483076b83e7a62;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git arm: mmp: remove clock from usb pdata for aspenite The clock name will directly get by driver. Removing the name from pdata. Acked-by: Haojian Zhuang Signed-off-by: Chao Xie Signed-off-by: Felipe Balbi --- diff --git a/arch/arm/mach-mmp/aspenite.c b/arch/arm/mach-mmp/aspenite.c index 9f64d56..76901f4 100644 --- a/arch/arm/mach-mmp/aspenite.c +++ b/arch/arm/mach-mmp/aspenite.c @@ -223,13 +223,7 @@ static struct pxa27x_keypad_platform_data aspenite_keypad_info __initdata = { }; #if defined(CONFIG_USB_EHCI_MV) -static char *pxa168_sph_clock_name[] = { - [0] = "PXA168-USBCLK", -}; - static struct mv_usb_platform_data pxa168_sph_pdata = { - .clknum = 1, - .clkname = pxa168_sph_clock_name, .mode = MV_USB_MODE_HOST, .phy_init = pxa_usb_phy_init, .phy_deinit = pxa_usb_phy_deinit,