diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2013-02-26 15:33:28 +0100 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-03-18 10:16:38 +0100 |
commit | 4495afcf713adb5bdb16504052952bdd0d11f90a (patch) | |
tree | 8820ef9c8e1596cb743ce502d035dfb6e254486d /include | |
parent | usb: dwc3: omap: minor fixes to get dt working (diff) | |
download | linux-4495afcf713adb5bdb16504052952bdd0d11f90a.tar.xz linux-4495afcf713adb5bdb16504052952bdd0d11f90a.zip |
usb: dwc3: omap: remove platform data associated with dwc3-omap
omap5 is not going to have support for non-dt boot making the platform
data associated with dwc3 useless. Removed it here.
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/platform_data/dwc3-omap.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/platform_data/dwc3-omap.h b/include/linux/platform_data/dwc3-omap.h index ada401244e0b..1d36ca874cc8 100644 --- a/include/linux/platform_data/dwc3-omap.h +++ b/include/linux/platform_data/dwc3-omap.h @@ -41,7 +41,3 @@ enum dwc3_omap_utmi_mode { DWC3_OMAP_UTMI_MODE_HW, DWC3_OMAP_UTMI_MODE_SW, }; - -struct dwc3_omap_data { - enum dwc3_omap_utmi_mode utmi_mode; -}; |