From 6d35b131caea3e41f06625e391833e183f9042c0 Mon Sep 17 00:00:00 2001 From: Sergio Valverde Date: Tue, 31 Jan 2017 13:33:47 -0600 Subject: 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 Signed-off-by: Greg Kroah-Hartman --- drivers/tty/hvc/hvc_console.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/tty') diff --git a/drivers/tty/hvc/hvc_console.c b/drivers/tty/hvc/hvc_console.c index 9b5c0fb216b5..b19ae36a05ec 100644 --- a/drivers/tty/hvc/hvc_console.c +++ b/drivers/tty/hvc/hvc_console.c @@ -29,7 +29,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3-59-g8ed1b