aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/am35x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/musb/am35x.c')
-rw-r--r--drivers/usb/musb/am35x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/am35x.c b/drivers/usb/musb/am35x.c
index 3baccf76541..49e8ce7ec26 100644
--- a/drivers/usb/musb/am35x.c
+++ b/drivers/usb/musb/am35x.c
@@ -629,7 +629,7 @@ static struct dev_pm_ops am35x_pm_ops = {
629 629
630static struct platform_driver am35x_driver = { 630static struct platform_driver am35x_driver = {
631 .probe = am35x_probe, 631 .probe = am35x_probe,
632 .remove = __devexit_p(am35x_remove), 632 .remove = am35x_remove,
633 .driver = { 633 .driver = {
634 .name = "musb-am35x", 634 .name = "musb-am35x",
635 .pm = DEV_PM_OPS, 635 .pm = DEV_PM_OPS,