i2c: busses: 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>
此提交包含在:
@@ -893,7 +893,6 @@ static struct platform_driver tegra_i2c_driver = {
|
||||
.remove = tegra_i2c_remove,
|
||||
.driver = {
|
||||
.name = "tegra-i2c",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = tegra_i2c_of_match,
|
||||
.pm = TEGRA_I2C_PM,
|
||||
},
|
||||
|
新增問題並參考
封鎖使用者