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>
此提交包含在:
@@ -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,
|
||||
};
|
||||
|
新增問題並參考
封鎖使用者