All of lore.kernel.org
 help / color / mirror / Atom feed
From: sshtylyov@mvista.com (Sergei Shtylyov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/1] Add missing include <plat/cpu.h> in drivers/mfd/omap-usb-host.c
Date: Wed, 02 May 2012 15:52:23 +0400	[thread overview]
Message-ID: <4FA11FF7.8040600@mvista.com> (raw)
In-Reply-To: <4FA02CE9.3090106@free.fr>

Hello.

On 01-05-2012 22:35, Guillaume Gardet wrote:

> Fix compilation error for omap boards (beagleboard, etc.) due to missing
> include <plat/cpu.h> in drivers/mfd/omap-usb-host.c leading to build error
> (unknown cpu_is_omap3430, omap_rev and OMAP3430_REV_ES2_1).

> KernelVersion: 3.4-rc5

    This should have been specified under --- tear line.

> Signed-off-by: Guillaume GARDET<guillaume.gardet@free.fr>

> ---
> drivers/mfd/omap-usb-host.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/mfd/omap-usb-host.c b/drivers/mfd/omap-usb-host.c
> index c8aae66..7e96bb2 100644
> --- a/drivers/mfd/omap-usb-host.c
> +++ b/drivers/mfd/omap-usb-host.c
> @@ -25,6 +25,7 @@
>  #include<linux/clk.h>
>  #include<linux/dma-mapping.h>
>  #include<linux/spinlock.h>
> +#include<plat/cpu.h>
>  #include<plat/usb.h>
>  #include<linux/pm_runtime.h>

    Something ate spaces between #include and < in your patch (this time it's 
not my Thunderbird).

WBR, Sergei

  reply	other threads:[~2012-05-02 11:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-01 18:35 [PATCH 1/1] Add missing include <plat/cpu.h> in drivers/mfd/omap-usb-host.c Guillaume Gardet
2012-05-02 11:52 ` Sergei Shtylyov [this message]
2012-05-02 12:58   ` Guillaume Gardet

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=4FA11FF7.8040600@mvista.com \
    --to=sshtylyov@mvista.com \
    --cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.