diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-03-28 09:53:00 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-03-28 09:56:03 +0200 |
commit | 658b299580da2830a69eea44a8b6da1c2579a32e (patch) | |
tree | 7497a05efde2e7be7875892679c432c50c485cbe | |
parent | 7b09cc5a9debc86c903c2eff8f8a1fdef773c649 (diff) | |
download | op-kernel-dev-658b299580da2830a69eea44a8b6da1c2579a32e.zip op-kernel-dev-658b299580da2830a69eea44a8b6da1c2579a32e.tar.gz |
sched/headers: Remove duplicate #include <linux/sched/debug.h> line
Vito Caputo reported that the sched.h split-up series
introduced a duplicate #include <linux/sched/debug.h> line
in drivers/tty/vt/keyboard.c.
Remove it.
Reported-by: Vito Caputo <vcaputo@pengaru.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jiri Slaby <jslaby@suse.cz>
Cc: Alan Cox <alan@linux.intel.com>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
-rw-r--r-- | drivers/tty/vt/keyboard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/vt/keyboard.c b/drivers/tty/vt/keyboard.c index c5f0fc9..8af8d95 100644 --- a/drivers/tty/vt/keyboard.c +++ b/drivers/tty/vt/keyboard.c @@ -28,7 +28,6 @@ #include <linux/module.h> #include <linux/sched/signal.h> #include <linux/sched/debug.h> -#include <linux/sched/debug.h> #include <linux/tty.h> #include <linux/tty_flip.h> #include <linux/mm.h> |