aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ssb-hcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/ssb-hcd.c')
-rw-r--r--drivers/usb/host/ssb-hcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ssb-hcd.c b/drivers/usb/host/ssb-hcd.c
index c2a29faba07..4dc9a09dc34 100644
--- a/drivers/usb/host/ssb-hcd.c
+++ b/drivers/usb/host/ssb-hcd.c
@@ -261,7 +261,7 @@ static struct ssb_driver ssb_hcd_driver = {
261 .name = KBUILD_MODNAME, 261 .name = KBUILD_MODNAME,
262 .id_table = ssb_hcd_table, 262 .id_table = ssb_hcd_table,
263 .probe = ssb_hcd_probe, 263 .probe = ssb_hcd_probe,
264 .remove = __devexit_p(ssb_hcd_remove), 264 .remove = ssb_hcd_remove,
265 .shutdown = ssb_hcd_shutdown, 265 .shutdown = ssb_hcd_shutdown,
266 .suspend = ssb_hcd_suspend, 266 .suspend = ssb_hcd_suspend,
267 .resume = ssb_hcd_resume, 267 .resume = ssb_hcd_resume,