From: Ingo Molnar Date: Tue, 28 Mar 2017 07:53:00 +0000 (+0200) Subject: sched/headers: Remove duplicate #include line X-Git-Tag: v4.11-rc5~3^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=658b299580da2830a69eea44a8b6da1c2579a32e;p=karo-tx-linux.git sched/headers: Remove duplicate #include line Vito Caputo reported that the sched.h split-up series introduced a duplicate #include line in drivers/tty/vt/keyboard.c. Remove it. Reported-by: Vito Caputo Cc: Greg Kroah-Hartman Cc: Jiri Slaby Cc: Alan Cox Cc: Greg Kroah-Hartman Cc: Linus Torvalds Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar --- diff --git a/drivers/tty/vt/keyboard.c b/drivers/tty/vt/keyboard.c index c5f0fc906136..8af8d9542663 100644 --- a/drivers/tty/vt/keyboard.c +++ b/drivers/tty/vt/keyboard.c @@ -28,7 +28,6 @@ #include #include #include -#include #include #include #include