diff options
Diffstat (limited to 'drivers/usb/host/whci/hcd.c')
-rw-r--r-- | drivers/usb/host/whci/hcd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/host/whci/hcd.c b/drivers/usb/host/whci/hcd.c index c3a647816af0..ecc88db804e0 100644 --- a/drivers/usb/host/whci/hcd.c +++ b/drivers/usb/host/whci/hcd.c | |||
@@ -231,8 +231,6 @@ static struct hc_driver whc_hc_driver = { | |||
231 | 231 | ||
232 | .hub_status_data = wusbhc_rh_status_data, | 232 | .hub_status_data = wusbhc_rh_status_data, |
233 | .hub_control = wusbhc_rh_control, | 233 | .hub_control = wusbhc_rh_control, |
234 | .bus_suspend = wusbhc_rh_suspend, | ||
235 | .bus_resume = wusbhc_rh_resume, | ||
236 | .start_port_reset = wusbhc_rh_start_port_reset, | 234 | .start_port_reset = wusbhc_rh_start_port_reset, |
237 | }; | 235 | }; |
238 | 236 | ||