The macro name suggests that the include guard idiom was meant, but the #define was missing.
Signed-off-by: Rasmus Villemoes <li...@rasmusvillemoes.dk> --- arch/x86/kernel/tls.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/kernel/tls.h b/arch/x86/kernel/tls.h index 2f083a2..a18e48b 100644 --- a/arch/x86/kernel/tls.h +++ b/arch/x86/kernel/tls.h @@ -11,6 +11,7 @@ */ #ifndef _ARCH_X86_KERNEL_TLS_H +#define _ARCH_X86_KERNEL_TLS_H #include <linux/regset.h> -- 1.9.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/