From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludovic.desroches@atmel.com (Ludovic Desroches) Date: Wed, 5 Jun 2013 11:42:25 +0200 Subject: [PATCH] mmc: atmel-mci: remove include In-Reply-To: <1365511500-13778-1-git-send-email-nicolas.ferre@atmel.com> References: <1365511500-13778-1-git-send-email-nicolas.ferre@atmel.com> Message-ID: <20130605094225.GC2805@ludovic.desroches@atmel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 Desroches > --- > 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 > #include > > -#include > - > #include "atmel-mci-regs.h" > > #define ATMCI_DATA_ERROR_FLAGS (ATMCI_DCRCE | ATMCI_DTOE | ATMCI_OVRE | ATMCI_UNRE) > -- > 1.8.0 >