summaryrefslogtreecommitdiff
path: root/drivers/extcon/extcon-max3355.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/extcon/extcon-max3355.c')
-rw-r--r--drivers/extcon/extcon-max3355.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/extcon/extcon-max3355.c b/drivers/extcon/extcon-max3355.c
index e62ce7a8d131..b2ee4ff8b04d 100644
--- a/drivers/extcon/extcon-max3355.c
+++ b/drivers/extcon/extcon-max3355.c
@@ -127,7 +127,7 @@ MODULE_DEVICE_TABLE(of, max3355_match_table);
static struct platform_driver max3355_driver = {
.probe = max3355_probe,
- .remove_new = max3355_remove,
+ .remove = max3355_remove,
.driver = {
.name = "extcon-max3355",
.of_match_table = max3355_match_table,