ARM: OMAP2+: omap-usb-host: Get rid of platform_data from struct usbhs_phy_data
authorRoger Quadros <rogerq@ti.com>
Tue, 24 Sep 2013 08:53:49 +0000 (11:53 +0300)
committerFelipe Balbi <balbi@ti.com>
Fri, 4 Oct 2013 14:29:10 +0000 (09:29 -0500)
The platform data bits can be inferred from the other members of
struct usbhs_phy_data. So get rid of the platform_data member.

Build the platform data for the PHY device in usbhs_init_phys() instead.

Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found