watchdog: 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:
@@ -304,7 +304,6 @@ static struct platform_driver bcm63xx_wdt_driver = {
|
||||
.remove = bcm63xx_wdt_remove,
|
||||
.shutdown = bcm63xx_wdt_shutdown,
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "bcm63xx-wdt",
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user