提交 41c94799 编写于 作者: T Tian Tao 提交者: 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: NTian Tao <tiantao6@huawei.com>
Signed-off-by: NJassi Brar <jaswinder.singh@linaro.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册