net: ethernet: amd: 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:
Wolfram Sang
2014-10-20 16:21:04 +02:00
vanhempi 0c026c179e
commit 884df0a314
2 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa

Näytä tiedosto

@@ -1461,7 +1461,6 @@ static struct platform_driver au1000_eth_driver = {
.remove = au1000_remove,
.driver = {
.name = "au1000-eth",
.owner = THIS_MODULE,
},
};