mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
This commit is contained in:
parent
4ae1a5bd3f
commit
4fd06af96b
2 changed files with 3 additions and 13 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue