Re: [PATCH] mmc: atmel-mci: remove include

2013-06-27 Thread Chris Ball
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

Re: [PATCH] mmc: atmel-mci: remove include

2013-06-06 Thread Jean-Christophe PLAGNIOL-VILLARD
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 > > Late but of course: > > Acked-by: Ludovic Desro

[PATCH] mmc: atmel-mci: remove include

2013-04-09 Thread Nicolas Ferre
Header file not needed anymore as we have removed the calls to cpu_is_xxx() macro. Signed-off-by: Nicolas Ferre --- 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/dr