gpio: 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>
This commit is contained in:
@@ -605,7 +605,6 @@ MODULE_ALIAS("platform:twl4030_gpio");
|
||||
static struct platform_driver gpio_twl4030_driver = {
|
||||
.driver = {
|
||||
.name = "twl4030_gpio",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = twl_gpio_match,
|
||||
},
|
||||
.probe = gpio_twl4030_probe,
|
||||
|
Reference in New Issue
Block a user