summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/stratix10-rsu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/firmware/stratix10-rsu.c')
-rw-r--r--drivers/firmware/stratix10-rsu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/stratix10-rsu.c b/drivers/firmware/stratix10-rsu.c
index e20cee9c2d32..1ea39a0a76c7 100644
--- a/drivers/firmware/stratix10-rsu.c
+++ b/drivers/firmware/stratix10-rsu.c
@@ -802,7 +802,7 @@ static void stratix10_rsu_remove(struct platform_device *pdev)
static struct platform_driver stratix10_rsu_driver = {
.probe = stratix10_rsu_probe,
- .remove_new = stratix10_rsu_remove,
+ .remove = stratix10_rsu_remove,
.driver = {
.name = "stratix10-rsu",
.dev_groups = rsu_groups,