cpufreq: 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:20:24 +02:00
父節點 e030f980b3
當前提交 30f51f248c
共有 14 個檔案被更改,包括 0 行新增14 行删除

查看文件

@@ -130,7 +130,6 @@ MODULE_DEVICE_TABLE(platform, platform_device_ids);
static struct platform_driver platform_driver = {
.driver = {
.name = "loongson2_cpufreq",
.owner = THIS_MODULE,
},
.id_table = platform_device_ids,
};