Signed-off-by: Jonathan Cameron <[email protected]>
---
 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-o...@vger archive.

 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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to