From 0e0401b4ec60dbf6f79803f430ad6dcb62aff2ca Mon Sep 17 00:00:00 2001 From: Sergio Valverde Date: Tue, 31 Jan 2017 13:33:47 -0600 Subject: [PATCH] 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(-) diff --git a/drivers/tty/hvc/hvc_console.c b/drivers/tty/hvc/hvc_console.c index 9b5c0fb216b58..b19ae36a05ec7 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 -- 2.39.5