diff options
Diffstat (limited to 'drivers/usb/host/ohci-s3c2410.c')
-rw-r--r-- | drivers/usb/host/ohci-s3c2410.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/host/ohci-s3c2410.c b/drivers/usb/host/ohci-s3c2410.c index 922e2a6f46ef..3225d455f459 100644 --- a/drivers/usb/host/ohci-s3c2410.c +++ b/drivers/usb/host/ohci-s3c2410.c | |||
@@ -449,8 +449,8 @@ static const struct hc_driver ohci_s3c2410_hc_driver = { | |||
449 | .hub_status_data = ohci_s3c2410_hub_status_data, | 449 | .hub_status_data = ohci_s3c2410_hub_status_data, |
450 | .hub_control = ohci_s3c2410_hub_control, | 450 | .hub_control = ohci_s3c2410_hub_control, |
451 | #ifdef CONFIG_PM | 451 | #ifdef CONFIG_PM |
452 | .hub_suspend = ohci_hub_suspend, | 452 | .bus_suspend = ohci_bus_suspend, |
453 | .hub_resume = ohci_hub_resume, | 453 | .bus_resume = ohci_bus_resume, |
454 | #endif | 454 | #endif |
455 | .start_port_reset = ohci_start_port_reset, | 455 | .start_port_reset = ohci_start_port_reset, |
456 | }; | 456 | }; |