summaryrefslogtreecommitdiff
path: root/drivers/dma/uniphier-mdmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma/uniphier-mdmac.c')
-rw-r--r--drivers/dma/uniphier-mdmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/uniphier-mdmac.c b/drivers/dma/uniphier-mdmac.c
index ad7125f6e2ca..7a99f86ecb5a 100644
--- a/drivers/dma/uniphier-mdmac.c
+++ b/drivers/dma/uniphier-mdmac.c
@@ -493,7 +493,7 @@ MODULE_DEVICE_TABLE(of, uniphier_mdmac_match);
static struct platform_driver uniphier_mdmac_driver = {
.probe = uniphier_mdmac_probe,
- .remove_new = uniphier_mdmac_remove,
+ .remove = uniphier_mdmac_remove,
.driver = {
.name = "uniphier-mio-dmac",
.of_match_table = uniphier_mdmac_match,