summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ldt.c
diff options
context:
space:
mode:
authorDavid Howells2012-03-28 19:11:12 +0200
committerDavid Howells2012-03-28 19:11:12 +0200
commitf05e798ad4c09255f590f5b2c00a7ca6c172f983 (patch)
tree6b7125d3f086a63a0f571bda568c9b62cc25609d /arch/x86/kernel/ldt.c
parentSELinux: selinux/xfrm.h needs net/flow.h (diff)
downloadkernel-qcow2-linux-f05e798ad4c09255f590f5b2c00a7ca6c172f983.tar.gz
kernel-qcow2-linux-f05e798ad4c09255f590f5b2c00a7ca6c172f983.tar.xz
kernel-qcow2-linux-f05e798ad4c09255f590f5b2c00a7ca6c172f983.zip
Disintegrate asm/system.h for X86
Disintegrate asm/system.h for X86. Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: H. Peter Anvin <hpa@zytor.com> cc: x86@kernel.org
Diffstat (limited to 'arch/x86/kernel/ldt.c')
-rw-r--r--arch/x86/kernel/ldt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/ldt.c b/arch/x86/kernel/ldt.c
index ea697263b373..ebc987398923 100644
--- a/arch/x86/kernel/ldt.c
+++ b/arch/x86/kernel/ldt.c
@@ -15,7 +15,6 @@
#include <linux/vmalloc.h>
#include <linux/uaccess.h>
-#include <asm/system.h>
#include <asm/ldt.h>
#include <asm/desc.h>
#include <asm/mmu_context.h>