diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/core/hub.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/core/hub.h b/drivers/usb/core/hub.h index 0f8e82a4d480..1b05994de4dc 100644 --- a/drivers/usb/core/hub.h +++ b/drivers/usb/core/hub.h | |||
@@ -229,7 +229,7 @@ struct usb_hub { | |||
229 | unsigned resume_root_hub:1; | 229 | unsigned resume_root_hub:1; |
230 | 230 | ||
231 | unsigned has_indicators:1; | 231 | unsigned has_indicators:1; |
232 | enum hub_led_mode indicator[USB_MAXCHILDREN]; | 232 | u8 indicator[USB_MAXCHILDREN]; |
233 | struct work_struct leds; | 233 | struct work_struct leds; |
234 | }; | 234 | }; |
235 | 235 | ||