summaryrefslogtreecommitdiff
path: root/drivers/edac/zynqmp_edac.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/edac/zynqmp_edac.c')
-rw-r--r--drivers/edac/zynqmp_edac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/zynqmp_edac.c b/drivers/edac/zynqmp_edac.c
index c9dc78d8c824..cdffc9e4194d 100644
--- a/drivers/edac/zynqmp_edac.c
+++ b/drivers/edac/zynqmp_edac.c
@@ -455,7 +455,7 @@ static struct platform_driver zynqmp_ocm_edac_driver = {
.of_match_table = zynqmp_ocm_edac_match,
},
.probe = edac_probe,
- .remove_new = edac_remove,
+ .remove = edac_remove,
};
module_platform_driver(zynqmp_ocm_edac_driver);