summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/hitfb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/fbdev/hitfb.c')
-rw-r--r--drivers/video/fbdev/hitfb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/hitfb.c b/drivers/video/fbdev/hitfb.c
index b64b74b76c71..97db325df2b4 100644
--- a/drivers/video/fbdev/hitfb.c
+++ b/drivers/video/fbdev/hitfb.c
@@ -476,7 +476,7 @@ static const struct dev_pm_ops hitfb_dev_pm_ops = {
static struct platform_driver hitfb_driver = {
.probe = hitfb_probe,
- .remove_new = hitfb_remove,
+ .remove = hitfb_remove,
.driver = {
.name = "hitfb",
.pm = &hitfb_dev_pm_ops,