diff --git a/drivers/char/vt.c b/drivers/char/vt.c index b0b945229d8f65ec5b21a9602fe8d3b4fd0bd1b1..5933c8ddb8f8cdfb5c72f89a7479b7e30d0d77e7 100644 --- a/drivers/char/vt.c +++ b/drivers/char/vt.c @@ -2502,6 +2502,7 @@ int __init vty_init(void) { memset(&console_driver, 0, sizeof(struct tty_driver)); console_driver.magic = TTY_DRIVER_MAGIC; + console_driver.owner = THIS_MODULE; console_driver.name = "vc/%d"; console_driver.name_base = 1; console_driver.major = TTY_MAJOR;