tty: Remove extra include in HVC console tty framework
authorSergio Valverde <vlvrdv@gmail.com>
Tue, 31 Jan 2017 19:33:47 +0000 (13:33 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Feb 2017 15:01:45 +0000 (16:01 +0100)
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>
drivers/tty/hvc/hvc_console.c

index 9b5c0fb216b58ac86b1f6fc3acca2e5f9aa53fe1..b19ae36a05ec753c4edade42ff1f55c036a28c8a 100644 (file)
@@ -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>