[PATCH] x86: fix incomplete include guard

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Ingo Molnar <mingo@...>
Cc: <linux-kernel@...>
Date: Tuesday, May 27, 2008 - 3:03 pm

Hi,

It seems that suspend_32.h and xor_32.h are missing include guards too,
but I'm not touching those since I don't know if that's intended or not
:-)

Vegard


From: Vegard Nossum <vegard.nossum@gmail.com>
Date: Tue, 27 May 2008 20:50:42 +0200
Subject: [PATCH] x86: fix incomplete include guard

Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
---
 include/asm-x86/seccomp_32.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/asm-x86/seccomp_32.h b/include/asm-x86/seccomp_32.h
index 18da19e..36e71c5 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>
 
-- 
1.5.4.1

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] x86: fix incomplete include guard, Vegard Nossum, (Tue May 27, 3:03 pm)
Re: [PATCH] x86: fix incomplete include guard, Ingo Molnar, (Mon Jun 2, 6:47 am)