|
@@ -2072,7 +2072,7 @@ static void mv_u3d_shutdown(struct platform_device *dev)
|
|
|
|
|
|
static struct platform_driver mv_u3d_driver = {
|
|
static struct platform_driver mv_u3d_driver = {
|
|
.probe = mv_u3d_probe,
|
|
.probe = mv_u3d_probe,
|
|
- .remove = __exit_p(mv_u3d_remove),
|
|
|
|
|
|
+ .remove = mv_u3d_remove,
|
|
.shutdown = mv_u3d_shutdown,
|
|
.shutdown = mv_u3d_shutdown,
|
|
.driver = {
|
|
.driver = {
|
|
.owner = THIS_MODULE,
|
|
.owner = THIS_MODULE,
|