aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/process_32.c
diff options
context:
space:
mode:
authorBrian Gerst <brgerst@gmail.com>2020-03-13 15:51:44 -0400
committerThomas Gleixner <tglx@linutronix.de>2020-03-21 16:03:25 +0100
commitffd75b373f3656cbb593c5221cc36ce232b7bbc1 (patch)
tree6256e58d4391976141caca58ae83524d5275fb0a /arch/x86/kernel/process_32.c
parentx86/entry: Drop asmlinkage from syscalls (diff)
downloadlinux-dev-ffd75b373f3656cbb593c5221cc36ce232b7bbc1.tar.xz
linux-dev-ffd75b373f3656cbb593c5221cc36ce232b7bbc1.zip
x86: Remove unneeded includes
Clean up includes of and in <asm/syscalls.h> Signed-off-by: Brian Gerst <brgerst@gmail.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lkml.kernel.org/r/20200313195144.164260-19-brgerst@gmail.com
Diffstat (limited to 'arch/x86/kernel/process_32.c')
-rw-r--r--arch/x86/kernel/process_32.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/process_32.c b/arch/x86/kernel/process_32.c
index 5052ced43373..954b013cc585 100644
--- a/arch/x86/kernel/process_32.c
+++ b/arch/x86/kernel/process_32.c
@@ -49,7 +49,6 @@
#include <asm/tlbflush.h>
#include <asm/cpu.h>
-#include <asm/syscalls.h>
#include <asm/debugreg.h>
#include <asm/switch_to.h>
#include <asm/vm86.h>