Skip to content
Snippets Groups Projects
Commit 41c94799 authored by Tian Tao's avatar Tian Tao Committed by Jassi Brar
Browse files

mailbox: no need to set .owner platform_driver_register


the platform_driver_register will set the .owner to THIS_MODULE

Signed-off-by: default avatarTian Tao <tiantao6@huawei.com>
Signed-off-by: default avatarJassi Brar <jaswinder.singh@linaro.org>
parent 0434d3f4
No related branches found
No related tags found
No related merge requests found
......@@ -354,7 +354,6 @@ static int hi6220_mbox_probe(struct platform_device *pdev)
static struct platform_driver hi6220_mbox_driver = {
.driver = {
.name = "hi6220-mbox",
.owner = THIS_MODULE,
.of_match_table = hi6220_mbox_of_match,
},
.probe = hi6220_mbox_probe,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment