diff options
Diffstat (limited to 'include/linux/usb/chipidea.h')
-rw-r--r-- | include/linux/usb/chipidea.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb/chipidea.h b/include/linux/usb/chipidea.h index 86273ce5f554..edb90d6cfd12 100644 --- a/include/linux/usb/chipidea.h +++ b/include/linux/usb/chipidea.h | |||
@@ -10,6 +10,7 @@ struct ci13xxx_udc_driver { | |||
10 | const char *name; | 10 | const char *name; |
11 | /* offset of the capability registers */ | 11 | /* offset of the capability registers */ |
12 | uintptr_t capoffset; | 12 | uintptr_t capoffset; |
13 | unsigned power_budget; | ||
13 | unsigned long flags; | 14 | unsigned long flags; |
14 | #define CI13XXX_REGS_SHARED BIT(0) | 15 | #define CI13XXX_REGS_SHARED BIT(0) |
15 | #define CI13XXX_REQUIRE_TRANSCEIVER BIT(1) | 16 | #define CI13XXX_REQUIRE_TRANSCEIVER BIT(1) |