* [PATCH] omap2 usb-ehci: Add missing dma-mapping.h
@ 2010-06-07 17:00 Jonathan Cameron
2010-06-10 6:22 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2010-06-07 17:00 UTC (permalink / raw)
To: linux-omap; +Cc: tony, eballetbo, Jonathan Cameron
Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
---
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.
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] omap2 usb-ehci: Add missing dma-mapping.h
2010-06-07 17:00 [PATCH] omap2 usb-ehci: Add missing dma-mapping.h Jonathan Cameron
@ 2010-06-10 6:22 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2010-06-10 6:22 UTC (permalink / raw)
To: Jonathan Cameron; +Cc: linux-omap, eballetbo
* Jonathan Cameron <jic23@cam.ac.uk> [100607 19:55]:
> Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
> ---
> 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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-06-10 6:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-07 17:00 [PATCH] omap2 usb-ehci: Add missing dma-mapping.h Jonathan Cameron
2010-06-10 6:22 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).