From mboxrd@z Thu Jan 1 00:00:00 1970 From: ulf.hansson@linaro.org (Ulf Hansson) Date: Tue, 25 Aug 2015 14:06:36 +0200 Subject: [PATCH] mmc: atmel-mci: remove useless include In-Reply-To: <1439216808-11826-1-git-send-email-alexandre.belloni@free-electrons.com> References: <1439216808-11826-1-git-send-email-alexandre.belloni@free-electrons.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 10 August 2015 at 16:26, Alexandre Belloni wrote: > Definitions from linux/platform_data/atmel.h are not used, remove the > include. > > Signed-off-by: Alexandre Belloni Thanks, applied for next! Kind regards Uffe > --- > drivers/mmc/host/atmel-mci.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/mmc/host/atmel-mci.c b/drivers/mmc/host/atmel-mci.c > index 9a39e0b7e583..bf62e429f7fc 100644 > --- a/drivers/mmc/host/atmel-mci.c > +++ b/drivers/mmc/host/atmel-mci.c > @@ -29,7 +29,6 @@ > #include > #include > #include > -#include > #include > > #include > -- > 2.1.4 >