aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/usb/chipidea.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb/chipidea.h b/include/linux/usb/chipidea.h
index 1a2aa1848804..b3146476be5c 100644
--- a/include/linux/usb/chipidea.h
+++ b/include/linux/usb/chipidea.h
@@ -20,7 +20,7 @@ struct ci13xxx_platform_data {
20#define CI13XXX_REQUIRE_TRANSCEIVER BIT(1) 20#define CI13XXX_REQUIRE_TRANSCEIVER BIT(1)
21#define CI13XXX_PULLUP_ON_VBUS BIT(2) 21#define CI13XXX_PULLUP_ON_VBUS BIT(2)
22#define CI13XXX_DISABLE_STREAMING BIT(3) 22#define CI13XXX_DISABLE_STREAMING BIT(3)
23 23 enum usb_dr_mode dr_mode;
24#define CI13XXX_CONTROLLER_RESET_EVENT 0 24#define CI13XXX_CONTROLLER_RESET_EVENT 0
25#define CI13XXX_CONTROLLER_STOPPED_EVENT 1 25#define CI13XXX_CONTROLLER_STOPPED_EVENT 1
26 void (*notify_event) (struct ci13xxx *ci, unsigned event); 26 void (*notify_event) (struct ci13xxx *ci, unsigned event);