summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKishon Vijay Abraham I <kishon@ti.com>2013-02-26 20:03:28 +0530
committerFelipe Balbi <balbi@ti.com>2013-03-18 11:16:38 +0200
commit4495afcf713adb5bdb16504052952bdd0d11f90a (patch)
tree8820ef9c8e1596cb743ce502d035dfb6e254486d /include
parente36a0c870f7dbbfa7ed13cd83b79be00bcd00380 (diff)
downloadlinux-stable-4495afcf713adb5bdb16504052952bdd0d11f90a.tar.gz
linux-stable-4495afcf713adb5bdb16504052952bdd0d11f90a.tar.bz2
linux-stable-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.h4
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;
-};