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>
このコミットが含まれているのは:
@@ -802,7 +802,6 @@ static const struct of_device_id ibm_iic_match[] = {
|
||||
static struct platform_driver ibm_iic_driver = {
|
||||
.driver = {
|
||||
.name = "ibm-iic",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = ibm_iic_match,
|
||||
},
|
||||
.probe = iic_probe,
|
||||
|
新しいイシューから参照
ユーザーをブロックする