diff options
author | Roger Quadros <rogerq@ti.com> | 2013-10-03 18:12:30 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-10-03 15:47:30 -0700 |
commit | 4fd06af96b9397fc54eb6b1a013a60c34693eef0 (patch) | |
tree | 56d4e96d9e3d209773e797176e1e7004d94882a8 /include/linux/usb | |
parent | 4ae1a5bd3fabd7f7f3575309c7a0d676fecf6303 (diff) |
usb: phy: omap-control: Get rid of platform data
omap-control device is present from OMAP4 onwards which
support device tree boots only. So get rid of platform data.
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/usb')
-rw-r--r-- | include/linux/usb/omap_control_usb.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/usb/omap_control_usb.h b/include/linux/usb/omap_control_usb.h index 27b5b8c931b0..e2416b45169b 100644 --- a/include/linux/usb/omap_control_usb.h +++ b/include/linux/usb/omap_control_usb.h @@ -31,10 +31,6 @@ struct omap_control_usb { u32 type; }; -struct omap_control_usb_platform_data { - u8 type; -}; - enum omap_control_usb_mode { USB_MODE_UNDEFINED = 0, USB_MODE_HOST, |