aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/serial_txx9.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 10:21:45 -0400
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 10:21:45 -0400
commit9144b3cded04a05d4b4e18dc9dcfb5b8ada3f2fc (patch)
tree6c8755563d83523c6f8771bf7198cffa846365ea /drivers/tty/serial/serial_txx9.c
parent3aa5fed2564fd7a18f6f6ab4fd1a50538ebb70e9 (diff)
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/serial_txx9.c')
-rw-r--r--drivers/tty/serial/serial_txx9.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/serial_txx9.c b/drivers/tty/serial/serial_txx9.c
index af115645c51f..f80312eed4fd 100644
--- a/drivers/tty/serial/serial_txx9.c
+++ b/drivers/tty/serial/serial_txx9.c
@@ -1165,7 +1165,6 @@ static struct platform_driver serial_txx9_plat_driver = {
1165#endif 1165#endif
1166 .driver = { 1166 .driver = {
1167 .name = "serial_txx9", 1167 .name = "serial_txx9",
1168 .owner = THIS_MODULE,
1169 }, 1168 },
1170}; 1169};
1171 1170