Re: [PATCH] asm-i386 : config.h should not be included out of kernel

From: Arnd Bergmann
Date: Tue Dec 06 2005 - 16:11:14 EST


Am Dienstag 06 Dezember 2005 21:26 schrieb Olivier MATZ:
> @@ -1,9 +1,9 @@
> -#include <linux/config.h>
> -
> Â#ifndef _ASMi386_PARAM_H
> Â#define _ASMi386_PARAM_H
> Â
> Â#ifdef __KERNEL__
> +#include <linux/config.h> Â/* mustn't include <linux/config.h> outside of
> #ifdef __KERNEL__ */ +

Just drop that line completely, including linux/config.h is no longer
necessary.

Arnd <><
-
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/