platform: x86: 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: Wolfram Sang <wsa@the-dreams.de>
这个提交包含在:
Wolfram Sang
2014-10-20 16:21:27 +02:00
父节点 38c53fa8f0
当前提交 3493f4144b
修改 22 个文件,包含 0 行新增23 行删除

查看文件

@@ -573,7 +573,6 @@ static struct attribute_group msipf_old_attribute_group = {
static struct platform_driver msipf_driver = {
.driver = {
.name = "msi-laptop-pf",
.owner = THIS_MODULE,
.pm = &msi_laptop_pm,
},
};