Skip to content

Commit

Permalink
usb: mv_usb: remove clock name from pdata
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Chao Xie authored and Felipe Balbi committed Apr 2, 2013
1 parent 65cd3f2 commit ef09654
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/platform_data/mv_usb.h
Original file line number Diff line number Diff line change
Expand Up @@ -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*/

Expand Down

0 comments on commit ef09654

Please sign in to comment.