summaryrefslogtreecommitdiffstats
path: root/drivers/ide/tx4938ide.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/tx4938ide.c
parent37e5dc1c277c4efa8d1093171ab77fd3585fca3d (diff)
downloadlinux-0-day-35316c9ffd6abf7a217f56fb269e71e87c96b599.tar.gz
linux-0-day-35316c9ffd6abf7a217f56fb269e71e87c96b599.tar.xz
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/tx4938ide.c')
-rw-r--r--drivers/ide/tx4938ide.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ide/tx4938ide.c b/drivers/ide/tx4938ide.c
index 68edd4f58a28c..40a3f55b08dd7 100644
--- a/drivers/ide/tx4938ide.c
+++ b/drivers/ide/tx4938ide.c
@@ -198,7 +198,6 @@ static int __exit tx4938ide_remove(struct platform_device *pdev)
static struct platform_driver tx4938ide_driver = {
.driver = {
.name = "tx4938ide",
- .owner = THIS_MODULE,
},
.remove = __exit_p(tx4938ide_remove),
};