usb: mv_usb: remove clock name from pdata
authorChao Xie <chao.xie@marvell.com>
Mon, 25 Mar 2013 07:06:57 +0000 (03:06 -0400)
committerFelipe Balbi <balbi@ti.com>
Tue, 2 Apr 2013 08:42:47 +0000 (11:42 +0300)
Using pdata to pass clock name is not correct.
Directly get clock from usb drivers.

Signed-off-by: Chao Xie <chao.xie@marvell.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
include/linux/platform_data/mv_usb.h

index 944b01dd103ef131b20784f6853524f9bd5812c2..98b7925f1a2d851a0da538f19c5a5a28d62de682 100644 (file)
@@ -34,8 +34,6 @@ struct mv_usb_addon_irq {
 };
 
 struct mv_usb_platform_data {
-       unsigned int            clknum;
-       char                    **clkname;
        struct mv_usb_addon_irq *id;    /* Only valid for OTG. ID pin change*/
        struct mv_usb_addon_irq *vbus;  /* valid for OTG/UDC. VBUS change*/