Commit 382d95fd authored by Al Viro's avatar Al Viro Committed by Richard Weinberger

um: move sysrq.h out of include/shared

never used by userland-side objects
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 8813f674
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/sched.h> #include <linux/sched.h>
#include "sysrq.h" #include <asm/sysrq.h>
/* Catch non-i386 SUBARCH's. */ /* Catch non-i386 SUBARCH's. */
#if !defined(CONFIG_UML_X86) || defined(CONFIG_64BIT) #if !defined(CONFIG_UML_X86) || defined(CONFIG_64BIT)
......
...@@ -3,12 +3,12 @@ ...@@ -3,12 +3,12 @@
* Licensed under the GPL * Licensed under the GPL
*/ */
#include "linux/kernel.h" #include <linux/kernel.h>
#include "linux/smp.h" #include <linux/smp.h>
#include "linux/sched.h" #include <linux/sched.h>
#include "linux/kallsyms.h" #include <linux/kallsyms.h>
#include "asm/ptrace.h" #include <asm/ptrace.h>
#include "sysrq.h" #include <asm/sysrq.h>
/* This is declared by <linux/sched.h> */ /* This is declared by <linux/sched.h> */
void show_regs(struct pt_regs *regs) void show_regs(struct pt_regs *regs)
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include <linux/utsname.h> #include <linux/utsname.h>
#include <asm/current.h> #include <asm/current.h>
#include <asm/ptrace.h> #include <asm/ptrace.h>
#include "sysrq.h" #include <asm/sysrq.h>
void __show_regs(struct pt_regs *regs) void __show_regs(struct pt_regs *regs)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment