mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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>
This commit is contained in:
parent
65cd3f2b87
commit
ef09654264
@ -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*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user