summaryrefslogtreecommitdiff
path: root/sound/soc/uniphier/aio-pxs2.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/uniphier/aio-pxs2.c')
-rw-r--r--sound/soc/uniphier/aio-pxs2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/uniphier/aio-pxs2.c b/sound/soc/uniphier/aio-pxs2.c
index 305cb2a1253d..fba13a212bdb 100644
--- a/sound/soc/uniphier/aio-pxs2.c
+++ b/sound/soc/uniphier/aio-pxs2.c
@@ -256,7 +256,7 @@ static struct platform_driver uniphier_aio_driver = {
.of_match_table = of_match_ptr(uniphier_aio_of_match),
},
.probe = uniphier_aio_probe,
- .remove = uniphier_aio_remove,
+ .remove_new = uniphier_aio_remove,
};
module_platform_driver(uniphier_aio_driver);