summaryrefslogtreecommitdiff
path: root/drivers/dma/milbeaut-hdmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma/milbeaut-hdmac.c')
-rw-r--r--drivers/dma/milbeaut-hdmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/milbeaut-hdmac.c b/drivers/dma/milbeaut-hdmac.c
index 7b41c670970a..9a5ec247ed6d 100644
--- a/drivers/dma/milbeaut-hdmac.c
+++ b/drivers/dma/milbeaut-hdmac.c
@@ -571,7 +571,7 @@ MODULE_DEVICE_TABLE(of, milbeaut_hdmac_match);
static struct platform_driver milbeaut_hdmac_driver = {
.probe = milbeaut_hdmac_probe,
- .remove_new = milbeaut_hdmac_remove,
+ .remove = milbeaut_hdmac_remove,
.driver = {
.name = "milbeaut-m10v-hdmac",
.of_match_table = milbeaut_hdmac_match,