aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/input/serio/ct82c710.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--drivers/input/serio/ct82c710.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/serio/ct82c710.c b/drivers/input/serio/ct82c710.c
index 6834440b37f6..053a15988c45 100644
--- a/drivers/input/serio/ct82c710.c
+++ b/drivers/input/serio/ct82c710.c
@@ -190,7 +190,7 @@ static struct platform_driver ct82c710_driver = {
.name = "ct82c710",
},
.probe = ct82c710_probe,
- .remove_new = ct82c710_remove,
+ .remove = ct82c710_remove,
};