summaryrefslogtreecommitdiffstats
path: root/drivers/clk/qcom/apcs-sdx55.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clk/qcom/apcs-sdx55.c')
-rw-r--r--drivers/clk/qcom/apcs-sdx55.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/qcom/apcs-sdx55.c b/drivers/clk/qcom/apcs-sdx55.c
index d644e6e1f8b7..76ece6c4a969 100644
--- a/drivers/clk/qcom/apcs-sdx55.c
+++ b/drivers/clk/qcom/apcs-sdx55.c
@@ -131,7 +131,7 @@ static void qcom_apcs_sdx55_clk_remove(struct platform_device *pdev)
static struct platform_driver qcom_apcs_sdx55_clk_driver = {
.probe = qcom_apcs_sdx55_clk_probe,
- .remove_new = qcom_apcs_sdx55_clk_remove,
+ .remove = qcom_apcs_sdx55_clk_remove,
.driver = {
.name = "qcom-sdx55-acps-clk",
},