[PATCH 1/3] x86: kernel/tls.h: Add missing #define

From: Rasmus Villemoes
Date: Fri Aug 22 2014 - 08:00:16 EST


The macro name suggests that the include guard idiom was meant, but
the #define was missing.

Signed-off-by: Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx>
---
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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/