aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hub.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/core/hub.c')
-rw-r--r--drivers/usb/core/hub.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c
index aeb50bb6ba9c..eaffb0248de1 100644
--- a/drivers/usb/core/hub.c
+++ b/drivers/usb/core/hub.c
@@ -3452,8 +3452,6 @@ int usb_port_resume(struct usb_device *udev, pm_message_t msg)
3452 return status; 3452 return status;
3453} 3453}
3454 3454
3455#ifdef CONFIG_PM
3456
3457int usb_remote_wakeup(struct usb_device *udev) 3455int usb_remote_wakeup(struct usb_device *udev)
3458{ 3456{
3459 int status = 0; 3457 int status = 0;
@@ -3512,16 +3510,6 @@ static int hub_handle_remote_wakeup(struct usb_hub *hub, unsigned int port,
3512 return connect_change; 3510 return connect_change;
3513} 3511}
3514 3512
3515#else
3516
3517static int hub_handle_remote_wakeup(struct usb_hub *hub, unsigned int port,
3518 u16 portstatus, u16 portchange)
3519{
3520 return 0;
3521}
3522
3523#endif
3524
3525static int check_ports_changed(struct usb_hub *hub) 3513static int check_ports_changed(struct usb_hub *hub)
3526{ 3514{
3527 int port1; 3515 int port1;