aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sunsab.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:21:45 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:21:45 +0200
commit9144b3cded04a05d4b4e18dc9dcfb5b8ada3f2fc (patch)
tree6c8755563d83523c6f8771bf7198cffa846365ea /drivers/tty/serial/sunsab.c
parenttty: hvc: drop owner assignment from platform_drivers (diff)
downloadlinux-dev-9144b3cded04a05d4b4e18dc9dcfb5b8ada3f2fc.tar.xz
linux-dev-9144b3cded04a05d4b4e18dc9dcfb5b8ada3f2fc.zip
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/sunsab.c')
-rw-r--r--drivers/tty/serial/sunsab.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/sunsab.c b/drivers/tty/serial/sunsab.c
index b339fe4811cd..82a07a4fbf3b 100644
--- a/drivers/tty/serial/sunsab.c
+++ b/drivers/tty/serial/sunsab.c
@@ -1092,7 +1092,6 @@ MODULE_DEVICE_TABLE(of, sab_match);
static struct platform_driver sab_driver = {
.driver = {
.name = "sab",
- .owner = THIS_MODULE,
.of_match_table = sab_match,
},
.probe = sab_probe,