aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/char/monwriter.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:21:32 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:21:32 +0200
commitf3326ec8a426c73a26dfcd374a463ea2b0f66b52 (patch)
treedaead7ed3897e27830cb86f4ebc698c2deb65689 /drivers/s390/char/monwriter.c
parent1cd5ad7eefbcec1f1eba5d4be80385ce1a827f21 (diff)
downloadlinux-f3326ec8a426c73a26dfcd374a463ea2b0f66b52.tar.gz
s390: char: 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/s390/char/monwriter.c')
-rw-r--r--drivers/s390/char/monwriter.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/s390/char/monwriter.c b/drivers/s390/char/monwriter.c
index 668b32b0dc1dc3..9b5d1138b2e2b2 100644
--- a/drivers/s390/char/monwriter.c
+++ b/drivers/s390/char/monwriter.c
@@ -334,7 +334,6 @@ static const struct dev_pm_ops monwriter_pm_ops = {
static struct platform_driver monwriter_pdrv = {
.driver = {
.name = "monwriter",
- .owner = THIS_MODULE,
.pm = &monwriter_pm_ops,
},
};