mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
tty: includecheck fix: drivers/char, vt.c
fix the following 'make includecheck' warning: drivers/char/vt.c: linux/device.h is included more than once. Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
182274f85f
commit
60479ed594
@ -2955,7 +2955,6 @@ int __init vty_init(const struct file_operations *console_fops)
|
||||
}
|
||||
|
||||
#ifndef VT_SINGLE_DRIVER
|
||||
#include <linux/device.h>
|
||||
|
||||
static struct class *vtconsole_class;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user