summaryrefslogtreecommitdiff
path: root/drivers/mailbox/sun6i-msgbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mailbox/sun6i-msgbox.c')
-rw-r--r--drivers/mailbox/sun6i-msgbox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mailbox/sun6i-msgbox.c b/drivers/mailbox/sun6i-msgbox.c
index 3dcc54dc83b2..6ba6920f4645 100644
--- a/drivers/mailbox/sun6i-msgbox.c
+++ b/drivers/mailbox/sun6i-msgbox.c
@@ -307,8 +307,8 @@ static struct platform_driver sun6i_msgbox_driver = {
.name = "sun6i-msgbox",
.of_match_table = sun6i_msgbox_of_match,
},
- .probe = sun6i_msgbox_probe,
- .remove_new = sun6i_msgbox_remove,
+ .probe = sun6i_msgbox_probe,
+ .remove = sun6i_msgbox_remove,
};
module_platform_driver(sun6i_msgbox_driver);