Skip to content

Commit 658b299

Browse files
author
Ingo Molnar
committed
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 <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: Jiri Slaby <[email protected]> Cc: Alan Cox <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: [email protected] Signed-off-by: Ingo Molnar <[email protected]>
1 parent 7b09cc5 commit 658b299

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/tty/vt/keyboard.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
#include <linux/module.h>
2929
#include <linux/sched/signal.h>
3030
#include <linux/sched/debug.h>
31-
#include <linux/sched/debug.h>
3231
#include <linux/tty.h>
3332
#include <linux/tty_flip.h>
3433
#include <linux/mm.h>

0 commit comments

Comments
 (0)