Re: [PATCH] x86: fix incomplete include guard

From: Ingo Molnar
Date: Mon Jun 02 2008 - 06:47:32 EST



* Vegard Nossum <vegard.nossum@xxxxxxxxx> 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
--
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/