浏览代码

tty: Remove extra include in HVC console tty framework

An extra "init.h" include is found in the HVC console code. As such,
the extra line is deleted.

Signed-off-by: Sergio Valverde <vlvrdv@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Sergio Valverde 9 年之前
父节点
当前提交
6d35b131ca
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/tty/hvc/hvc_console.c

+ 0 - 1
drivers/tty/hvc/hvc_console.c

@@ -29,7 +29,6 @@
 #include <linux/kernel.h>
 #include <linux/kthread.h>
 #include <linux/list.h>
-#include <linux/init.h>
 #include <linux/major.h>
 #include <linux/atomic.h>
 #include <linux/sysrq.h>