On Fri, Jul 29, 2011 at 3:07 PM, Randy Dunlap <rdunlap@xxxxxxxxxxxx> wrote: > From: Randy Dunlap <rdunlap@xxxxxxxxxxxx> > > Fix multiple build errors due to missing export.h header file. I'd already pushed equivalent changes to the branch before seeing this one. Thanks, Paul. > > Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> > --- > arch/x86/kernel/e820.c | 1 + > arch/x86/kernel/pci-dma.c | 1 + > arch/x86/kernel/rtc.c | 1 + > 3 files changed, 3 insertions(+) > > --- linux-next-20110729.orig/arch/x86/kernel/e820.c > +++ linux-next-20110729/arch/x86/kernel/e820.c > @@ -16,6 +16,7 @@ > #include <linux/pfn.h> > #include <linux/suspend.h> > #include <linux/acpi.h> > +#include <linux/export.h> > #include <linux/firmware-map.h> > #include <linux/memblock.h> > #include <linux/sort.h> > --- linux-next-20110729.orig/arch/x86/kernel/pci-dma.c > +++ linux-next-20110729/arch/x86/kernel/pci-dma.c > @@ -1,6 +1,7 @@ > #include <linux/dma-mapping.h> > #include <linux/dma-debug.h> > #include <linux/dmar.h> > +#include <linux/export.h> > #include <linux/bootmem.h> > #include <linux/gfp.h> > #include <linux/pci.h> > --- linux-next-20110729.orig/arch/x86/kernel/rtc.c > +++ linux-next-20110729/arch/x86/kernel/rtc.c > @@ -5,6 +5,7 @@ > #include <linux/mc146818rtc.h> > #include <linux/acpi.h> > #include <linux/bcd.h> > +#include <linux/export.h> > #include <linux/pnp.h> > #include <linux/of.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-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html