Commit 382d95fdfa7ff5c54f6495c597c7cf6d124e404b
Committed by
Richard Weinberger
1 parent
8813f67439
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
um: move sysrq.h out of include/shared
never used by userland-side objects Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
Showing 5 changed files with 15 additions and 15 deletions Side-by-side Diff
arch/um/include/asm/sysrq.h
arch/um/include/shared/sysrq.h
arch/um/kernel/sysrq.c
arch/x86/um/sysrq_32.c
... | ... | @@ -3,12 +3,12 @@ |
3 | 3 | * Licensed under the GPL |
4 | 4 | */ |
5 | 5 | |
6 | -#include "linux/kernel.h" | |
7 | -#include "linux/smp.h" | |
8 | -#include "linux/sched.h" | |
9 | -#include "linux/kallsyms.h" | |
10 | -#include "asm/ptrace.h" | |
11 | -#include "sysrq.h" | |
6 | +#include <linux/kernel.h> | |
7 | +#include <linux/smp.h> | |
8 | +#include <linux/sched.h> | |
9 | +#include <linux/kallsyms.h> | |
10 | +#include <asm/ptrace.h> | |
11 | +#include <asm/sysrq.h> | |
12 | 12 | |
13 | 13 | /* This is declared by <linux/sched.h> */ |
14 | 14 | void show_regs(struct pt_regs *regs) |