diff options
Diffstat (limited to 'arch/x86/um/sysrq_64.c')
-rw-r--r-- | arch/x86/um/sysrq_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/um/sysrq_64.c b/arch/x86/um/sysrq_64.c index 08258f179969..a0e7fb1134a0 100644 --- a/arch/x86/um/sysrq_64.c +++ b/arch/x86/um/sysrq_64.c | |||
@@ -10,7 +10,7 @@ | |||
10 | #include <linux/utsname.h> | 10 | #include <linux/utsname.h> |
11 | #include <asm/current.h> | 11 | #include <asm/current.h> |
12 | #include <asm/ptrace.h> | 12 | #include <asm/ptrace.h> |
13 | #include "sysrq.h" | 13 | #include <asm/sysrq.h> |
14 | 14 | ||
15 | void __show_regs(struct pt_regs *regs) | 15 | void __show_regs(struct pt_regs *regs) |
16 | { | 16 | { |