summaryrefslogtreecommitdiff
path: root/drivers/interconnect/qcom/msm8909.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/interconnect/qcom/msm8909.c')
-rw-r--r--drivers/interconnect/qcom/msm8909.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/interconnect/qcom/msm8909.c b/drivers/interconnect/qcom/msm8909.c
index 0d0cd7282f5b..dd656ce7b64d 100644
--- a/drivers/interconnect/qcom/msm8909.c
+++ b/drivers/interconnect/qcom/msm8909.c
@@ -1316,7 +1316,7 @@ MODULE_DEVICE_TABLE(of, msm8909_noc_of_match);
static struct platform_driver msm8909_noc_driver = {
.probe = qnoc_probe,
- .remove_new = qnoc_remove,
+ .remove = qnoc_remove,
.driver = {
.name = "qnoc-msm8909",
.of_match_table = msm8909_noc_of_match,