[linux-next: build failure after merge of the moduleh tree] On 29/07/2011 (Fri 16:19) Stephen Rothwell wrote: > Hi Paul, > > After merging the moduleh tree, today's linux-next build (powerpc > allnoconfig) failed like this: > [...] > > I have added this patch for today: > > From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> > Date: Fri, 29 Jul 2011 16:15:26 +1000 > Subject: [PATCH] powerpc32: include export.h for EXPORT_SYMBOL Thanks, applied alongside the 4xx powerpc exports. Paul. > > Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> > --- > arch/powerpc/kernel/iomap.c | 1 + > arch/powerpc/kernel/pci_32.c | 1 + > arch/powerpc/mm/mmu_context_hash32.c | 1 + > arch/powerpc/mm/tlb_hash32.c | 1 + > 4 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/arch/powerpc/kernel/iomap.c b/arch/powerpc/kernel/iomap.c > index 1577434..2735872 100644 > --- a/arch/powerpc/kernel/iomap.c > +++ b/arch/powerpc/kernel/iomap.c > @@ -6,6 +6,7 @@ > #include <linux/init.h> > #include <linux/pci.h> > #include <linux/mm.h> > +#include <linux/export.h> > #include <asm/io.h> > #include <asm/pci-bridge.h> > > diff --git a/arch/powerpc/kernel/pci_32.c b/arch/powerpc/kernel/pci_32.c > index bb15451..fdd1a3d 100644 > --- a/arch/powerpc/kernel/pci_32.c > +++ b/arch/powerpc/kernel/pci_32.c > @@ -15,6 +15,7 @@ > #include <linux/list.h> > #include <linux/of.h> > #include <linux/slab.h> > +#include <linux/export.h> > > #include <asm/processor.h> > #include <asm/io.h> > diff --git a/arch/powerpc/mm/mmu_context_hash32.c b/arch/powerpc/mm/mmu_context_hash32.c > index d0ee554..78fef67 100644 > --- a/arch/powerpc/mm/mmu_context_hash32.c > +++ b/arch/powerpc/mm/mmu_context_hash32.c > @@ -24,6 +24,7 @@ > > #include <linux/mm.h> > #include <linux/init.h> > +#include <linux/export.h> > > #include <asm/mmu_context.h> > #include <asm/tlbflush.h> > diff --git a/arch/powerpc/mm/tlb_hash32.c b/arch/powerpc/mm/tlb_hash32.c > index 9a445f6..558e30c 100644 > --- a/arch/powerpc/mm/tlb_hash32.c > +++ b/arch/powerpc/mm/tlb_hash32.c > @@ -27,6 +27,7 @@ > #include <linux/init.h> > #include <linux/highmem.h> > #include <linux/pagemap.h> > +#include <linux/export.h> > > #include <asm/tlbflush.h> > #include <asm/tlb.h> > -- > 1.7.5.4 > > -- > Cheers, > Stephen Rothwell sfr@xxxxxxxxxxxxxxxx > http://www.canb.auug.org.au/~sfr/ -- 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