|
@@ -2461,7 +2461,7 @@ static void mv_udc_shutdown(struct platform_device *pdev)
|
|
|
|
|
|
|
|
static struct platform_driver udc_driver = {
|
|
static struct platform_driver udc_driver = {
|
|
|
.probe = mv_udc_probe,
|
|
.probe = mv_udc_probe,
|
|
|
- .remove = __exit_p(mv_udc_remove),
|
|
|
|
|
|
|
+ .remove = mv_udc_remove,
|
|
|
.shutdown = mv_udc_shutdown,
|
|
.shutdown = mv_udc_shutdown,
|
|
|
.driver = {
|
|
.driver = {
|
|
|
.owner = THIS_MODULE,
|
|
.owner = THIS_MODULE,
|