summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/vr41xx_siu.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 14:21:45 (GMT)
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 14:21:45 (GMT)
commit9144b3cded04a05d4b4e18dc9dcfb5b8ada3f2fc (patch)
tree6c8755563d83523c6f8771bf7198cffa846365ea /drivers/tty/serial/vr41xx_siu.c
parent3aa5fed2564fd7a18f6f6ab4fd1a50538ebb70e9 (diff)
downloadlinux-9144b3cded04a05d4b4e18dc9dcfb5b8ada3f2fc.tar.xz
tty: serial: 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/tty/serial/vr41xx_siu.c')
-rw-r--r--drivers/tty/serial/vr41xx_siu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/vr41xx_siu.c b/drivers/tty/serial/vr41xx_siu.c
index d7f9d62..485de53 100644
--- a/drivers/tty/serial/vr41xx_siu.c
+++ b/drivers/tty/serial/vr41xx_siu.c
@@ -954,7 +954,6 @@ static struct platform_driver siu_device_driver = {
.resume = siu_resume,
.driver = {
.name = "SIU",
- .owner = THIS_MODULE,
},
};