powerpc: platforms: pasemi: 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:
parent
463fbd6eb1
commit
0b06ab798c
1 changed files with 0 additions and 1 deletions
|
@ -305,7 +305,6 @@ static struct platform_driver gpio_mdio_driver =
|
|||
.remove = gpio_mdio_remove,
|
||||
.driver = {
|
||||
.name = "gpio-mdio-bitbang",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = gpio_mdio_match,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue