diff options
Diffstat (limited to 'drivers/usb/core/hub.h')
| -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 0f8e82a4d48..035d3ef3588 100644 --- a/drivers/usb/core/hub.h +++ b/drivers/usb/core/hub.h @@ -230,7 +230,7 @@ struct usb_hub {  	unsigned		has_indicators:1;  	enum hub_led_mode	indicator[USB_MAXCHILDREN]; -	struct work_struct	leds; +	struct delayed_work	leds;  };  #endif /* __LINUX_HUB_H */  |