aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/platform_data/usb-omap1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/platform_data/usb-omap1.h b/include/linux/platform_data/usb-omap1.h
index 8c7764ddd284..43b5ce139c37 100644
--- a/include/linux/platform_data/usb-omap1.h
+++ b/include/linux/platform_data/usb-omap1.h
@@ -23,6 +23,8 @@ struct omap_usb_config {
23 unsigned register_dev:1; 23 unsigned register_dev:1;
24 u8 otg; /* port number, 1-based: usb1 == 2 */ 24 u8 otg; /* port number, 1-based: usb1 == 2 */
25 25
26 const char *extcon; /* extcon device for OTG */
27
26 u8 hmc_mode; 28 u8 hmc_mode;
27 29
28 /* implicitly true if otg: host supports remote wakeup? */ 30 /* implicitly true if otg: host supports remote wakeup? */