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-Tag: v4.11-rc1~115^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d35b131caea3e41f06625e391833e183f9042c0;p=thirdparty%2Fkernel%2Flinux.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 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