From: Sergio Valverde Date: Tue, 31 Jan 2017 19:33:47 +0000 (-0600) Subject: tty: Remove extra include in HVC console tty framework X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6d35b131caea3e41f06625e391833e183f9042c0;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 --- 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