we are using clkdev and the driver can use whatever
name it wants.

Cc: [email protected]
Signed-off-by: Felipe Balbi <[email protected]>
---
 arch/arm/mach-omap2/usb-musb.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/arch/arm/mach-omap2/usb-musb.c b/arch/arm/mach-omap2/usb-musb.c
index ec8869a..f102d5a 100644
--- a/arch/arm/mach-omap2/usb-musb.c
+++ b/arch/arm/mach-omap2/usb-musb.c
@@ -55,7 +55,6 @@ static struct musb_hdrc_config musb_config = {
 };
 
 static struct musb_hdrc_platform_data musb_plat = {
-       /* .clock is set dynamically */
        .config         = &musb_config,
        /* .power       = DYNAMIC, */
        /* .mode        = DYNAMIC, */
@@ -83,11 +82,6 @@ void __init usb_musb_init(enum musb_mode mode, unsigned 
power)
                musb_resources[0].start = OMAP34XX_HSUSB_OTG_BASE;
        musb_resources[0].end = musb_resources[0].start + SZ_4K - 1;
 
-       /*
-        * REVISIT: This line can be removed once all the platforms using
-        * musb_core.c have been converted to use use clkdev.
-        */
-       musb_plat.clock = "ick";
        musb_plat.power = power >> 1;
        musb_plat.mode = mode;
 
-- 
1.6.6.35.g1d85d

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to