* Jonathan Cameron <jic23@xxxxxxxxx> [100607 19:55]: > Signed-off-by: Jonathan Cameron <jic23@xxxxxxxxx> > --- > I'm not a user of this code but was browsing the kautobuild logs > and saw the igep0020 build error that has been there since > 24th of May using the defconfig. Looks like a trivial > missing header to me. I can not verify the resulting > build works, but it does build cleanly with this patch > on mainline as of a few minutes ago. Sorry for the noise > if this has already been addressed but I'm not seeing > anything in the linux-omap@vger archive. Thanks, a similar patch from Amit Kucheria is already queued up: http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commitdiff;h=bfb01197589965663772e6388f2bdf452e25adf2 Regards, Tony > arch/arm/mach-omap2/usb-ehci.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-omap2/usb-ehci.c b/arch/arm/mach-omap2/usb-ehci.c > index c68f799..465699f 100644 > --- a/arch/arm/mach-omap2/usb-ehci.c > +++ b/arch/arm/mach-omap2/usb-ehci.c > @@ -20,6 +20,7 @@ > #include <linux/delay.h> > #include <linux/platform_device.h> > #include <linux/clk.h> > +#include <linux/dma-mapping.h> > #include <asm/io.h> > #include <plat/mux.h> > > -- > 1.6.4.4 > -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html