From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Ball Subject: Re: [PATCH 2/5] mmc: msm_sdcc: Remove unnecessary include Date: Wed, 19 Sep 2012 03:21:17 -0400 Message-ID: References: <1348038044-1790-1-git-send-email-sboyd@codeaurora.org> <1348038044-1790-3-git-send-email-sboyd@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from void.printf.net ([89.145.121.20]:46970 "EHLO void.printf.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753300Ab2ISHUz (ORCPT ); Wed, 19 Sep 2012 03:20:55 -0400 In-Reply-To: <1348038044-1790-3-git-send-email-sboyd@codeaurora.org> (Stephen Boyd's message of "Wed, 19 Sep 2012 00:00:41 -0700") Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Stephen Boyd Cc: David Brown , Daniel Walker , Bryan Huntsman , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org Hi, On Wed, Sep 19 2012, Stephen Boyd wrote: > This driver has no reason to include msm_iomap.h. Remove it so > that we can remove msm_iomap.h from include/mach in the future. > > Cc: Chris Ball > Signed-off-by: Stephen Boyd > --- > drivers/mmc/host/msm_sdcc.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/mmc/host/msm_sdcc.c b/drivers/mmc/host/msm_sdcc.c > index 1d14cda..8bcb330 100644 > --- a/drivers/mmc/host/msm_sdcc.c > +++ b/drivers/mmc/host/msm_sdcc.c > @@ -43,7 +43,6 @@ > #include > > #include > -#include > #include > #include Acked-by: Chris Ball Sending this via the MSM tree is fine. Thanks, - Chris. -- Chris Ball One Laptop Per Child From mboxrd@z Thu Jan 1 00:00:00 1970 From: cjb@laptop.org (Chris Ball) Date: Wed, 19 Sep 2012 03:21:17 -0400 Subject: [PATCH 2/5] mmc: msm_sdcc: Remove unnecessary include In-Reply-To: <1348038044-1790-3-git-send-email-sboyd@codeaurora.org> (Stephen Boyd's message of "Wed, 19 Sep 2012 00:00:41 -0700") References: <1348038044-1790-1-git-send-email-sboyd@codeaurora.org> <1348038044-1790-3-git-send-email-sboyd@codeaurora.org> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, On Wed, Sep 19 2012, Stephen Boyd wrote: > This driver has no reason to include msm_iomap.h. Remove it so > that we can remove msm_iomap.h from include/mach in the future. > > Cc: Chris Ball > Signed-off-by: Stephen Boyd > --- > drivers/mmc/host/msm_sdcc.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/mmc/host/msm_sdcc.c b/drivers/mmc/host/msm_sdcc.c > index 1d14cda..8bcb330 100644 > --- a/drivers/mmc/host/msm_sdcc.c > +++ b/drivers/mmc/host/msm_sdcc.c > @@ -43,7 +43,6 @@ > #include > > #include > -#include > #include > #include Acked-by: Chris Ball Sending this via the MSM tree is fine. Thanks, - Chris. -- Chris Ball One Laptop Per Child