diff options
Diffstat (limited to 'drivers/usb/core/usb.h')
-rw-r--r-- | drivers/usb/core/usb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/core/usb.h b/drivers/usb/core/usb.h index 7eb1e26798e5..457255a3306a 100644 --- a/drivers/usb/core/usb.h +++ b/drivers/usb/core/usb.h | |||
@@ -65,6 +65,7 @@ extern int usb_hub_init(void); | |||
65 | extern void usb_hub_cleanup(void); | 65 | extern void usb_hub_cleanup(void); |
66 | extern int usb_major_init(void); | 66 | extern int usb_major_init(void); |
67 | extern void usb_major_cleanup(void); | 67 | extern void usb_major_cleanup(void); |
68 | extern int usb_device_supports_lpm(struct usb_device *udev); | ||
68 | 69 | ||
69 | #ifdef CONFIG_PM | 70 | #ifdef CONFIG_PM |
70 | 71 | ||