[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAP=VYLrtcQ_zWxXSqD+wHV=rk6z03wCdhivVPNt43D+Fw+b4tg@mail.gmail.com>
Date: Sat, 30 Jul 2011 15:00:15 -0400
From: Paul Gortmaker <paul.gortmaker@...driver.com>
To: Randy Dunlap <rdunlap@...otime.net>
Cc: Stephen Rothwell <sfr@...b.auug.org.au>, x86@...nel.org,
linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH -next] x86: devicetree.h needs export.h
On Fri, Jul 29, 2011 at 9:04 PM, Randy Dunlap <rdunlap@...otime.net> wrote:
> From: Randy Dunlap <rdunlap@...otime.net>
>
> 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@...otime.net>
> ---
> 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@...r.kernel.org
> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists