aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/au1xxx-ide.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:38 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:38 +0200
commit35316c9ffd6abf7a217f56fb269e71e87c96b599 (patch)
treee2c6c786ce40ed0e1f316fa43fdcc69322a93505 /drivers/ide/au1xxx-ide.c
parenti2c: muxes: drop owner assignment from platform_drivers (diff)
downloadlinux-dev-35316c9ffd6abf7a217f56fb269e71e87c96b599.tar.xz
linux-dev-35316c9ffd6abf7a217f56fb269e71e87c96b599.zip
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)
static struct platform_driver au1200_ide_driver = {
.driver = {
.name = "au1200-ide",
- .owner = THIS_MODULE,
},
.probe = au_ide_probe,
.remove = au_ide_remove,