diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-03-28 03:53:00 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-03-28 03:56:03 -0400 |
commit | 658b299580da2830a69eea44a8b6da1c2579a32e (patch) | |
tree | 7497a05efde2e7be7875892679c432c50c485cbe | |
parent | 7b09cc5a9debc86c903c2eff8f8a1fdef773c649 (diff) |
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 c5f0fc906136..8af8d9542663 100644 --- a/drivers/tty/vt/keyboard.c +++ b/drivers/tty/vt/keyboard.c | |||
@@ -28,7 +28,6 @@ | |||
28 | #include <linux/module.h> | 28 | #include <linux/module.h> |
29 | #include <linux/sched/signal.h> | 29 | #include <linux/sched/signal.h> |
30 | #include <linux/sched/debug.h> | 30 | #include <linux/sched/debug.h> |
31 | #include <linux/sched/debug.h> | ||
32 | #include <linux/tty.h> | 31 | #include <linux/tty.h> |
33 | #include <linux/tty_flip.h> | 32 | #include <linux/tty_flip.h> |
34 | #include <linux/mm.h> | 33 | #include <linux/mm.h> |