* [PATCH] x86: fix incomplete include guard
@ 2008-05-27 19:03 Vegard Nossum
2008-06-02 10:47 ` Ingo Molnar
0 siblings, 1 reply; 2+ messages in thread
From: Vegard Nossum @ 2008-05-27 19:03 UTC (permalink / raw)
To: Ingo Molnar; +Cc: linux-kernel
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] x86: fix incomplete include guard
2008-05-27 19:03 [PATCH] x86: fix incomplete include guard Vegard Nossum
@ 2008-06-02 10:47 ` Ingo Molnar
0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2008-06-02 10:47 UTC (permalink / raw)
To: Vegard Nossum; +Cc: linux-kernel, the arch/x86 maintainers
* Vegard Nossum <vegard.nossum@gmail.com> wrote:
> 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 :-)
it's not intended - could you send a patch for those too?
> --- 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
applied to tip/x86/cleanups. Thanks,
Ingo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-06-02 10:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-27 19:03 [PATCH] x86: fix incomplete include guard Vegard Nossum
2008-06-02 10:47 ` Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox