aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/au1xxx-ide.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 10:20:38 -0400
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 10:20:38 -0400
commit35316c9ffd6abf7a217f56fb269e71e87c96b599 (patch)
treee2c6c786ce40ed0e1f316fa43fdcc69322a93505 /drivers/ide/au1xxx-ide.c
parent37e5dc1c277c4efa8d1093171ab77fd3585fca3d (diff)
ide: 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>
Diffstat (limited to 'drivers/ide/au1xxx-ide.c')
-rw-r--r--drivers/ide/au1xxx-ide.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ide/au1xxx-ide.c b/drivers/ide/au1xxx-ide.c
index 07ea58084068..4d181a918d72 100644
--- a/drivers/ide/au1xxx-ide.c
+++ b/drivers/ide/au1xxx-ide.c
@@ -586,7 +586,6 @@ static int au_ide_remove(struct platform_device *dev)
586static struct platform_driver au1200_ide_driver = { 586static struct platform_driver au1200_ide_driver = {
587 .driver = { 587 .driver = {
588 .name = "au1200-ide", 588 .name = "au1200-ide",
589 .owner = THIS_MODULE,
590 }, 589 },
591 .probe = au_ide_probe, 590 .probe = au_ide_probe,
592 .remove = au_ide_remove, 591 .remove = au_ide_remove,