Commit 41c94799 authored by Tian Tao's avatar Tian Tao Committed by Jassi Brar

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
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment