aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/bcma-hcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/bcma-hcd.c')
-rw-r--r--drivers/usb/host/bcma-hcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/bcma-hcd.c b/drivers/usb/host/bcma-hcd.c
index 443da21d73c..f5143a066ad 100644
--- a/drivers/usb/host/bcma-hcd.c
+++ b/drivers/usb/host/bcma-hcd.c
@@ -316,7 +316,7 @@ static struct bcma_driver bcma_hcd_driver = {
316 .name = KBUILD_MODNAME, 316 .name = KBUILD_MODNAME,
317 .id_table = bcma_hcd_table, 317 .id_table = bcma_hcd_table,
318 .probe = bcma_hcd_probe, 318 .probe = bcma_hcd_probe,
319 .remove = __devexit_p(bcma_hcd_remove), 319 .remove = bcma_hcd_remove,
320 .shutdown = bcma_hcd_shutdown, 320 .shutdown = bcma_hcd_shutdown,
321 .suspend = bcma_hcd_suspend, 321 .suspend = bcma_hcd_suspend,
322 .resume = bcma_hcd_resume, 322 .resume = bcma_hcd_resume,