linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Jonathan Cameron <jic23@cam.ac.uk>
Cc: linux-omap@vger.kernel.org, eballetbo@iseebcn.com
Subject: Re: [PATCH] omap2 usb-ehci: Add missing dma-mapping.h
Date: Thu, 10 Jun 2010 09:22:54 +0300	[thread overview]
Message-ID: <20100610062253.GM32208@atomide.com> (raw)
In-Reply-To: <1275930041-17500-1-git-send-email-jic23@cam.ac.uk>

* 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
> 

      reply	other threads:[~2010-06-10  6:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-07 17:00 [PATCH] omap2 usb-ehci: Add missing dma-mapping.h Jonathan Cameron
2010-06-10  6:22 ` Tony Lindgren [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100610062253.GM32208@atomide.com \
    --to=tony@atomide.com \
    --cc=eballetbo@iseebcn.com \
    --cc=jic23@cam.ac.uk \
    --cc=linux-omap@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).