From: Sergio Valverde <vlv...@gmail.com> An extra "init.h" include is found in the HVC console code.
While the code works as it is right now, it is a defect nevertheless. As such, the extra line is deleted. Signed-off-by: Sergio Valverde <vlv...@gmail.com> --- drivers/tty/hvc/hvc_console.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/tty/hvc/hvc_console.c b/drivers/tty/hvc/hvc_console.c index 9b5c0fb..b19ae36 100644 --- a/drivers/tty/hvc/hvc_console.c +++ b/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> -- 1.9.1