Skip to content

Commit ae0dc67

Browse files
btw616richardweinberger
authored andcommitted
um: Remove outdated asm/sysrq.h header
This header no longer serves a purpose after show_trace was removed by commit 9d1ee8c ("um: Rewrite show_stack()"). Signed-off-by: Tiwei Bie <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
1 parent fe6abeb commit ae0dc67

File tree

4 files changed

+0
-11
lines changed

4 files changed

+0
-11
lines changed

arch/um/include/asm/sysrq.h

Lines changed: 0 additions & 8 deletions
This file was deleted.

arch/um/kernel/sysrq.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#include <linux/sched/debug.h>
1212
#include <linux/sched/task_stack.h>
1313

14-
#include <asm/sysrq.h>
1514
#include <asm/stacktrace.h>
1615
#include <os.h>
1716

arch/x86/um/sysrq_32.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include <linux/sched/debug.h>
1010
#include <linux/kallsyms.h>
1111
#include <asm/ptrace.h>
12-
#include <asm/sysrq.h>
1312

1413
/* This is declared by <linux/sched.h> */
1514
void show_regs(struct pt_regs *regs)

arch/x86/um/sysrq_64.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include <linux/utsname.h>
1313
#include <asm/current.h>
1414
#include <asm/ptrace.h>
15-
#include <asm/sysrq.h>
1615

1716
void show_regs(struct pt_regs *regs)
1817
{

0 commit comments

Comments
 (0)