From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753362AbbHMPXp (ORCPT ); Thu, 13 Aug 2015 11:23:45 -0400 Received: from eusmtp01.atmel.com ([212.144.249.242]:15554 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752267AbbHMPXo (ORCPT ); Thu, 13 Aug 2015 11:23:44 -0400 Date: Thu, 13 Aug 2015 17:23:03 +0200 From: Ludovic Desroches To: Alexandre Belloni CC: Ludovic Desroches , Ulf Hansson , Nicolas Ferre , , , Subject: Re: [PATCH] mmc: atmel-mci: remove useless include Message-ID: <20150813152303.GA7268@odux.rfo.atmel.com> Mail-Followup-To: Alexandre Belloni , Ulf Hansson , Nicolas Ferre , linux-mmc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <1439216808-11826-1-git-send-email-alexandre.belloni@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1439216808-11826-1-git-send-email-alexandre.belloni@free-electrons.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 10, 2015 at 04:26:48PM +0200, Alexandre Belloni wrote: > Definitions from linux/platform_data/atmel.h are not used, remove the > include. > > Signed-off-by: Alexandre Belloni Acked-by: Ludovic Desroches > --- > 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 >