浏览代码

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>
Jaswinder Singh Rajput 16 年之前
父节点
当前提交
60479ed594
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/char/vt.c

+ 0 - 1
drivers/char/vt.c

@@ -2955,7 +2955,6 @@ int __init vty_init(const struct file_operations *console_fops)
 }
 }
 
 
 #ifndef VT_SINGLE_DRIVER
 #ifndef VT_SINGLE_DRIVER
-#include <linux/device.h>
 
 
 static struct class *vtconsole_class;
 static struct class *vtconsole_class;