thermal: 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:42 +02:00
父節點 3d622e2c58
當前提交 bbc3798340
共有 7 個檔案被更改,包括 0 行新增7 行删除

查看文件

@@ -184,7 +184,6 @@ static struct platform_driver dove_thermal_driver = {
.remove = dove_thermal_exit,
.driver = {
.name = "dove_thermal",
.owner = THIS_MODULE,
.of_match_table = dove_thermal_id_table,
},
};