All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] Add missing include <plat/cpu.h> in drivers/mfd/omap-usb-host.c
@ 2012-05-01 18:35 Guillaume Gardet
  2012-05-02 11:52 ` Sergei Shtylyov
  0 siblings, 1 reply; 3+ messages in thread
From: Guillaume Gardet @ 2012-05-01 18:35 UTC (permalink / raw)
  To: linux-arm-kernel

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

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>

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 1/1] Add missing include <plat/cpu.h> in drivers/mfd/omap-usb-host.c
  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
  2012-05-02 12:58   ` Guillaume Gardet
  0 siblings, 1 reply; 3+ messages in thread
From: Sergei Shtylyov @ 2012-05-02 11:52 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] Add missing include <plat/cpu.h> in drivers/mfd/omap-usb-host.c
  2012-05-02 11:52 ` Sergei Shtylyov
@ 2012-05-02 12:58   ` Guillaume Gardet
  0 siblings, 0 replies; 3+ messages in thread
From: Guillaume Gardet @ 2012-05-02 12:58 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

Le 02/05/2012 13:52, Sergei Shtylyov a ?crit :
> 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.

Ok.

>
>> 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).

Hmm, it is strange. I will resend it now.

Regards,

Guillaume


>
> WBR, Sergei
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-05-02 12:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2012-05-02 12:58   ` Guillaume Gardet

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.