diff options
Diffstat (limited to 'drivers/usb/host/ohci-at91.c')
| -rw-r--r-- | drivers/usb/host/ohci-at91.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/host/ohci-at91.c b/drivers/usb/host/ohci-at91.c index 33b75087bc0c..5a5bdf374d76 100644 --- a/drivers/usb/host/ohci-at91.c +++ b/drivers/usb/host/ohci-at91.c | |||
| @@ -221,6 +221,7 @@ static const struct hc_driver ohci_at91_hc_driver = { | |||
| 221 | */ | 221 | */ |
| 222 | .start = ohci_at91_start, | 222 | .start = ohci_at91_start, |
| 223 | .stop = ohci_stop, | 223 | .stop = ohci_stop, |
| 224 | .shutdown = ohci_shutdown, | ||
| 224 | 225 | ||
| 225 | /* | 226 | /* |
| 226 | * managing i/o requests and associated device resources | 227 | * managing i/o requests and associated device resources |
| @@ -310,6 +311,7 @@ MODULE_ALIAS("at91_ohci"); | |||
| 310 | static struct platform_driver ohci_hcd_at91_driver = { | 311 | static struct platform_driver ohci_hcd_at91_driver = { |
| 311 | .probe = ohci_hcd_at91_drv_probe, | 312 | .probe = ohci_hcd_at91_drv_probe, |
| 312 | .remove = ohci_hcd_at91_drv_remove, | 313 | .remove = ohci_hcd_at91_drv_remove, |
| 314 | .shutdown = usb_hcd_platform_shutdown, | ||
| 313 | .suspend = ohci_hcd_at91_drv_suspend, | 315 | .suspend = ohci_hcd_at91_drv_suspend, |
| 314 | .resume = ohci_hcd_at91_drv_resume, | 316 | .resume = ohci_hcd_at91_drv_resume, |
| 315 | .driver = { | 317 | .driver = { |
