diff options
author | Brian Gerst <brgerst@gmail.com> | 2020-03-13 22:51:44 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-03-21 18:03:25 +0300 |
commit | ffd75b373f3656cbb593c5221cc36ce232b7bbc1 (patch) | |
tree | 6256e58d4391976141caca58ae83524d5275fb0a /arch/x86/kernel/ldt.c | |
parent | 0f78ff17112d8b3469b805ff4ea9780cc1e5c93b (diff) | |
download | linux-ffd75b373f3656cbb593c5221cc36ce232b7bbc1.tar.xz |
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/ldt.c')
-rw-r--r-- | arch/x86/kernel/ldt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/ldt.c b/arch/x86/kernel/ldt.c index c57e1ca70fd1..84c3ba32f211 100644 --- a/arch/x86/kernel/ldt.c +++ b/arch/x86/kernel/ldt.c @@ -27,7 +27,6 @@ #include <asm/tlb.h> #include <asm/desc.h> #include <asm/mmu_context.h> -#include <asm/syscalls.h> #include <asm/pgtable_areas.h> /* This is a multiple of PAGE_SIZE. */ |