aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/xilinx/xlnx_vcu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clk/xilinx/xlnx_vcu.c')
-rw-r--r--drivers/clk/xilinx/xlnx_vcu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/xilinx/xlnx_vcu.c b/drivers/clk/xilinx/xlnx_vcu.c
index d983fab12756..81501b48412e 100644
--- a/drivers/clk/xilinx/xlnx_vcu.c
+++ b/drivers/clk/xilinx/xlnx_vcu.c
@@ -729,7 +729,7 @@ static struct platform_driver xvcu_driver = {
.of_match_table = xvcu_of_id_table,
},
.probe = xvcu_probe,
- .remove_new = xvcu_remove,
+ .remove = xvcu_remove,
};
module_platform_driver(xvcu_driver);