linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mmc: atmel-mci: remove include <mach/cpu.h>
@ 2013-04-09 12:45 Nicolas Ferre
  2013-06-05  9:42 ` Ludovic Desroches
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Ferre @ 2013-04-09 12:45 UTC (permalink / raw)
  To: linux-arm-kernel

Header file not needed anymore as we have removed
the calls to cpu_is_xxx() macro.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
---
 drivers/mmc/host/atmel-mci.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/mmc/host/atmel-mci.c b/drivers/mmc/host/atmel-mci.c
index e75774f..08e2b92 100644
--- a/drivers/mmc/host/atmel-mci.c
+++ b/drivers/mmc/host/atmel-mci.c
@@ -40,8 +40,6 @@
 #include <asm/io.h>
 #include <asm/unaligned.h>
 
-#include <mach/cpu.h>
-
 #include "atmel-mci-regs.h"
 
 #define ATMCI_DATA_ERROR_FLAGS	(ATMCI_DCRCE | ATMCI_DTOE | ATMCI_OVRE | ATMCI_UNRE)
-- 
1.8.0

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

* [PATCH] mmc: atmel-mci: remove include <mach/cpu.h>
  2013-04-09 12:45 [PATCH] mmc: atmel-mci: remove include <mach/cpu.h> Nicolas Ferre
@ 2013-06-05  9:42 ` Ludovic Desroches
  2013-06-06  8:33   ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Desroches @ 2013-06-05  9:42 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Apr 09, 2013 at 02:45:00PM +0200, Nicolas Ferre wrote:
> Header file not needed anymore as we have removed
> the calls to cpu_is_xxx() macro.
> 
> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>

Late but of course:

Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com>

> ---
>  drivers/mmc/host/atmel-mci.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/mmc/host/atmel-mci.c b/drivers/mmc/host/atmel-mci.c
> index e75774f..08e2b92 100644
> --- a/drivers/mmc/host/atmel-mci.c
> +++ b/drivers/mmc/host/atmel-mci.c
> @@ -40,8 +40,6 @@
>  #include <asm/io.h>
>  #include <asm/unaligned.h>
>  
> -#include <mach/cpu.h>
> -
>  #include "atmel-mci-regs.h"
>  
>  #define ATMCI_DATA_ERROR_FLAGS	(ATMCI_DCRCE | ATMCI_DTOE | ATMCI_OVRE | ATMCI_UNRE)
> -- 
> 1.8.0
> 

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

* [PATCH] mmc: atmel-mci: remove include <mach/cpu.h>
  2013-06-05  9:42 ` Ludovic Desroches
@ 2013-06-06  8:33   ` Jean-Christophe PLAGNIOL-VILLARD
  2013-06-27 15:27     ` Chris Ball
  0 siblings, 1 reply; 4+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2013-06-06  8:33 UTC (permalink / raw)
  To: linux-arm-kernel

On 11:42 Wed 05 Jun     , Ludovic Desroches wrote:
> On Tue, Apr 09, 2013 at 02:45:00PM +0200, Nicolas Ferre wrote:
> > Header file not needed anymore as we have removed
> > the calls to cpu_is_xxx() macro.
> > 
> > Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> 
> Late but of course:
> 
> Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

Best Regards,
J.
> 
> > ---
> >  drivers/mmc/host/atmel-mci.c | 2 --
> >  1 file changed, 2 deletions(-)
> > 
> > diff --git a/drivers/mmc/host/atmel-mci.c b/drivers/mmc/host/atmel-mci.c
> > index e75774f..08e2b92 100644
> > --- a/drivers/mmc/host/atmel-mci.c
> > +++ b/drivers/mmc/host/atmel-mci.c
> > @@ -40,8 +40,6 @@
> >  #include <asm/io.h>
> >  #include <asm/unaligned.h>
> >  
> > -#include <mach/cpu.h>
> > -
> >  #include "atmel-mci-regs.h"
> >  
> >  #define ATMCI_DATA_ERROR_FLAGS	(ATMCI_DCRCE | ATMCI_DTOE | ATMCI_OVRE | ATMCI_UNRE)
> > -- 
> > 1.8.0
> > 

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

* [PATCH] mmc: atmel-mci: remove include <mach/cpu.h>
  2013-06-06  8:33   ` Jean-Christophe PLAGNIOL-VILLARD
@ 2013-06-27 15:27     ` Chris Ball
  0 siblings, 0 replies; 4+ messages in thread
From: Chris Ball @ 2013-06-27 15:27 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

On Thu, Jun 06 2013, Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 11:42 Wed 05 Jun     , Ludovic Desroches wrote:
>> On Tue, Apr 09, 2013 at 02:45:00PM +0200, Nicolas Ferre wrote:
>> > Header file not needed anymore as we have removed
>> > the calls to cpu_is_xxx() macro.
>> > 
>> > Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
>> 
>> Late but of course:
>> 
>> Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com>
> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

Thanks, pushed to mmc-next for 3.11.

- Chris.
-- 
Chris Ball   <cjb@laptop.org>   <http://printf.net/>
One Laptop Per Child

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

end of thread, other threads:[~2013-06-27 15:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-09 12:45 [PATCH] mmc: atmel-mci: remove include <mach/cpu.h> Nicolas Ferre
2013-06-05  9:42 ` Ludovic Desroches
2013-06-06  8:33   ` Jean-Christophe PLAGNIOL-VILLARD
2013-06-27 15:27     ` Chris Ball

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