Re: [PATCH -next] x86: devicetree.h needs export.h

From: Paul Gortmaker
Date: Sat Jul 30 2011 - 15:02:43 EST


On Fri, Jul 29, 2011 at 9:04 PM, Randy Dunlap <rdunlap@xxxxxxxxxxxx> wrote:
> From: Randy Dunlap <rdunlap@xxxxxxxxxxxx>
>
> devicetree.c needs to include linux/export.h to fix build errors.

Applied to module.h-split, thanks.

P.

>
> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx>
> ---
>  arch/x86/kernel/devicetree.c |    1 +
>  1 file changed, 1 insertion(+)
>
> --- linux-next-20110729.orig/arch/x86/kernel/devicetree.c
> +++ linux-next-20110729/arch/x86/kernel/devicetree.c
> @@ -2,6 +2,7 @@
>  * Architecture specific OF callbacks.
>  */
>  #include <linux/bootmem.h>
> +#include <linux/export.h>
>  #include <linux/io.h>
>  #include <linux/interrupt.h>
>  #include <linux/list.h>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-next" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
--
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/