summaryrefslogtreecommitdiff
path: root/sound/soc/uniphier/aio-ld11.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/uniphier/aio-ld11.c')
-rw-r--r--sound/soc/uniphier/aio-ld11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/uniphier/aio-ld11.c b/sound/soc/uniphier/aio-ld11.c
index 15dbded63804..01cc3b961999 100644
--- a/sound/soc/uniphier/aio-ld11.c
+++ b/sound/soc/uniphier/aio-ld11.c
@@ -347,7 +347,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);