提交 72c62933 编写于 作者: W Wolfram Sang

soc: ti: drop owner assignment from platform_drivers

A platform_driver does not need to set an owner, it will be populated by the
driver core.
Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
上级 1135dc17
...@@ -803,7 +803,6 @@ static struct platform_driver knav_dma_driver = { ...@@ -803,7 +803,6 @@ static struct platform_driver knav_dma_driver = {
.remove = knav_dma_remove, .remove = knav_dma_remove,
.driver = { .driver = {
.name = "keystone-navigator-dma", .name = "keystone-navigator-dma",
.owner = THIS_MODULE,
.of_match_table = of_match, .of_match_table = of_match,
}, },
}; };
......
...@@ -1804,7 +1804,6 @@ static struct platform_driver keystone_qmss_driver = { ...@@ -1804,7 +1804,6 @@ static struct platform_driver keystone_qmss_driver = {
.remove = knav_queue_remove, .remove = knav_queue_remove,
.driver = { .driver = {
.name = "keystone-navigator-qmss", .name = "keystone-navigator-qmss",
.owner = THIS_MODULE,
.of_match_table = keystone_qmss_of_match, .of_match_table = keystone_qmss_of_match,
}, },
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册