diff options
-rw-r--r-- | drivers/usb/core/hub.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c index 65720f2bffc8..f5adce049b35 100644 --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c | |||
@@ -1895,6 +1895,8 @@ static inline int remote_wakeup(struct usb_device *udev) | |||
1895 | return 0; | 1895 | return 0; |
1896 | } | 1896 | } |
1897 | 1897 | ||
1898 | #define hub_suspend NULL | ||
1899 | #define hub_resume NULL | ||
1898 | #endif | 1900 | #endif |
1899 | 1901 | ||
1900 | void usb_suspend_root_hub(struct usb_device *hdev) | 1902 | void usb_suspend_root_hub(struct usb_device *hdev) |