diff options
Diffstat (limited to 'drivers/usb/host/ehci-sead3.c')
-rw-r--r-- | drivers/usb/host/ehci-sead3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/ehci-sead3.c b/drivers/usb/host/ehci-sead3.c index 8a734498079b..cf1267673868 100644 --- a/drivers/usb/host/ehci-sead3.c +++ b/drivers/usb/host/ehci-sead3.c | |||
@@ -126,6 +126,7 @@ static int ehci_hcd_sead3_drv_probe(struct platform_device *pdev) | |||
126 | IRQF_SHARED); | 126 | IRQF_SHARED); |
127 | if (ret == 0) { | 127 | if (ret == 0) { |
128 | platform_set_drvdata(pdev, hcd); | 128 | platform_set_drvdata(pdev, hcd); |
129 | device_wakeup_enable(hcd->self.controller); | ||
129 | return ret; | 130 | return ret; |
130 | } | 131 | } |
131 | 132 | ||