spi: 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:
@@ -527,7 +527,6 @@ MODULE_ALIAS("platform:omap_uwire");
|
||||
static struct platform_driver uwire_driver = {
|
||||
.driver = {
|
||||
.name = "omap_uwire",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = uwire_probe,
|
||||
.remove = uwire_remove,
|
||||
|
Reference in New Issue
Block a user