提交 fb33e224 编写于 作者: W Wolfram Sang

ARM: mach-s3c24xx: 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>
上级 a961f40e
...@@ -171,7 +171,6 @@ static struct platform_driver osiris_dvs_driver = { ...@@ -171,7 +171,6 @@ static struct platform_driver osiris_dvs_driver = {
.remove = osiris_dvs_remove, .remove = osiris_dvs_remove,
.driver = { .driver = {
.name = "osiris-dvs", .name = "osiris-dvs",
.owner = THIS_MODULE,
.pm = &osiris_dvs_pm, .pm = &osiris_dvs_pm,
}, },
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册