diff --git a/[refs] b/[refs] index f240de7ee1c5..390a86579368 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 42d8a2d22bbaed80f1ade65a08e4e1097a111d4b +refs/heads/master: 511366da534bad226e89d294c3b3e910a2aaba6b diff --git a/trunk/drivers/usb/core/hub.c b/trunk/drivers/usb/core/hub.c index 65720f2bffc8..f5adce049b35 100644 --- a/trunk/drivers/usb/core/hub.c +++ b/trunk/drivers/usb/core/hub.c @@ -1895,6 +1895,8 @@ static inline int remote_wakeup(struct usb_device *udev) return 0; } +#define hub_suspend NULL +#define hub_resume NULL #endif void usb_suspend_root_hub(struct usb_device *hdev)