diff options
Diffstat (limited to 'drivers/usb/gadget/pxa27x_udc.c')
-rw-r--r-- | drivers/usb/gadget/pxa27x_udc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/gadget/pxa27x_udc.c b/drivers/usb/gadget/pxa27x_udc.c index 40d6b580f152..4771b1314d54 100644 --- a/drivers/usb/gadget/pxa27x_udc.c +++ b/drivers/usb/gadget/pxa27x_udc.c | |||
@@ -2367,11 +2367,11 @@ static int pxa_udc_resume(struct platform_device *_dev) | |||
2367 | #endif | 2367 | #endif |
2368 | 2368 | ||
2369 | /* work with hotplug and coldplug */ | 2369 | /* work with hotplug and coldplug */ |
2370 | MODULE_ALIAS("platform:pxa2xx-udc"); | 2370 | MODULE_ALIAS("platform:pxa27x-udc"); |
2371 | 2371 | ||
2372 | static struct platform_driver udc_driver = { | 2372 | static struct platform_driver udc_driver = { |
2373 | .driver = { | 2373 | .driver = { |
2374 | .name = "pxa2xx-udc", | 2374 | .name = "pxa27x-udc", |
2375 | .owner = THIS_MODULE, | 2375 | .owner = THIS_MODULE, |
2376 | }, | 2376 | }, |
2377 | .remove = __exit_p(pxa_udc_remove), | 2377 | .remove = __exit_p(pxa_udc_remove), |