aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVegard Nossum <vegard.nossum@gmail.com>2008-05-27 21:03:46 +0200
committerIngo Molnar <mingo@elte.hu>2008-06-02 12:45:28 +0200
commit83bea8e1fa0c47b30664b6f92397c016c22f77fb (patch)
tree09955804e2e48b551dd8b975c2d2daef8873a25d
parentx86: use symbolic constant in stts() (diff)
downloadlinux-dev-83bea8e1fa0c47b30664b6f92397c016c22f77fb.tar.xz
linux-dev-83bea8e1fa0c47b30664b6f92397c016c22f77fb.zip
x86: fix incomplete include guard in include/asm-x86/seccomp_32.h
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r--include/asm-x86/seccomp_32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/seccomp_32.h b/include/asm-x86/seccomp_32.h
index 18da19e89bff..36e71c5f306f 100644
--- a/include/asm-x86/seccomp_32.h
+++ b/include/asm-x86/seccomp_32.h
@@ -1,4 +1,5 @@
#ifndef _ASM_SECCOMP_H
+#define _ASM_SECCOMP_H
#include <linux/thread_info.h>