diff options
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/core/hub.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c index 1bacb374b007..9660a8909b7c 100644 --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c | |||
@@ -2652,8 +2652,6 @@ static void hub_events(void) | |||
2652 | * stub "device" node was never suspended. | 2652 | * stub "device" node was never suspended. |
2653 | */ | 2653 | */ |
2654 | if (i) { | 2654 | if (i) { |
2655 | extern void dpm_runtime_resume(struct device *); | ||
2656 | |||
2657 | dpm_runtime_resume(&hdev->dev); | 2655 | dpm_runtime_resume(&hdev->dev); |
2658 | dpm_runtime_resume(&intf->dev); | 2656 | dpm_runtime_resume(&intf->dev); |
2659 | } | 2657 | } |