diff options
Diffstat (limited to 'drivers/usb/host/ohci-s3c2410.c')
-rw-r--r-- | drivers/usb/host/ohci-s3c2410.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/ohci-s3c2410.c b/drivers/usb/host/ohci-s3c2410.c index 8cf12b2be2a3..922e2a6f46ef 100644 --- a/drivers/usb/host/ohci-s3c2410.c +++ b/drivers/usb/host/ohci-s3c2410.c | |||
@@ -452,6 +452,7 @@ static const struct hc_driver ohci_s3c2410_hc_driver = { | |||
452 | .hub_suspend = ohci_hub_suspend, | 452 | .hub_suspend = ohci_hub_suspend, |
453 | .hub_resume = ohci_hub_resume, | 453 | .hub_resume = ohci_hub_resume, |
454 | #endif | 454 | #endif |
455 | .start_port_reset = ohci_start_port_reset, | ||
455 | }; | 456 | }; |
456 | 457 | ||
457 | /* device driver */ | 458 | /* device driver */ |