diff options
Diffstat (limited to 'drivers/tty/hvc/hvcs.c')
-rw-r--r-- | drivers/tty/hvc/hvcs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/tty/hvc/hvcs.c b/drivers/tty/hvc/hvcs.c index df7e7a0a5e6c..da0aa476804d 100644 --- a/drivers/tty/hvc/hvcs.c +++ b/drivers/tty/hvc/hvcs.c | |||
@@ -1499,8 +1499,6 @@ static int __devinit hvcs_initialize(void) | |||
1499 | goto index_fail; | 1499 | goto index_fail; |
1500 | } | 1500 | } |
1501 | 1501 | ||
1502 | hvcs_tty_driver->owner = THIS_MODULE; | ||
1503 | |||
1504 | hvcs_tty_driver->driver_name = hvcs_driver_name; | 1502 | hvcs_tty_driver->driver_name = hvcs_driver_name; |
1505 | hvcs_tty_driver->name = hvcs_device_node; | 1503 | hvcs_tty_driver->name = hvcs_device_node; |
1506 | 1504 | ||