diff options
author | David Howells <dhowells@redhat.com> | 2012-03-28 19:11:12 +0200 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-03-28 19:11:12 +0200 |
commit | f05e798ad4c09255f590f5b2c00a7ca6c172f983 (patch) | |
tree | 6b7125d3f086a63a0f571bda568c9b62cc25609d /arch/x86/include/asm/futex.h | |
parent | SELinux: selinux/xfrm.h needs net/flow.h (diff) | |
download | linux-f05e798ad4c09255f590f5b2c00a7ca6c172f983.tar.xz 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/include/asm/futex.h')
-rw-r--r-- | arch/x86/include/asm/futex.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/futex.h b/arch/x86/include/asm/futex.h index d09bb03653f0..71ecbcba1a4e 100644 --- a/arch/x86/include/asm/futex.h +++ b/arch/x86/include/asm/futex.h @@ -9,7 +9,6 @@ #include <asm/asm.h> #include <asm/errno.h> #include <asm/processor.h> -#include <asm/system.h> #define __futex_atomic_op1(insn, ret, oldval, uaddr, oparg) \ asm volatile("1:\t" insn "\n" \ |