diff options
author | Chao Xie <chao.xie@marvell.com> | 2013-03-25 03:06:57 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-04-02 11:42:47 +0300 |
commit | ef096542642874de10909f02686447a96a66ad14 (patch) | |
tree | 6a9d92451ae36f23a6c889f1a41f13d79b168380 | |
parent | 65cd3f2b877ed11faa0899524746d27ed2d5aa75 (diff) |
usb: mv_usb: remove clock name from pdata
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>
-rw-r--r-- | include/linux/platform_data/mv_usb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/platform_data/mv_usb.h b/include/linux/platform_data/mv_usb.h index 944b01dd103..98b7925f1a2 100644 --- a/include/linux/platform_data/mv_usb.h +++ b/include/linux/platform_data/mv_usb.h @@ -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*/ |