All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Ball <cjb@laptop.org>
To: Stephen Boyd <sboyd@codeaurora.org>
Cc: David Brown <davidb@codeaurora.org>,
	Daniel Walker <dwalker@fifo99.com>,
	Bryan Huntsman <bryanh@codeaurora.org>,
	linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 2/5] mmc: msm_sdcc: Remove unnecessary include
Date: Wed, 19 Sep 2012 03:21:17 -0400	[thread overview]
Message-ID: <m3txuuh40i.fsf@pullcord.laptop.org> (raw)
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")

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 <cjb@laptop.org>
> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
> ---
>  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 <asm/sizes.h>
>  
>  #include <mach/mmc.h>
> -#include <mach/msm_iomap.h>
>  #include <mach/dma.h>
>  #include <mach/clk.h>

Acked-by: Chris Ball <cjb@laptop.org>

Sending this via the MSM tree is fine.  Thanks,

- Chris.
-- 
Chris Ball   <cjb@laptop.org>   <http://printf.net/>
One Laptop Per Child

WARNING: multiple messages have this Message-ID (diff)
From: cjb@laptop.org (Chris Ball)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/5] mmc: msm_sdcc: Remove unnecessary include
Date: Wed, 19 Sep 2012 03:21:17 -0400	[thread overview]
Message-ID: <m3txuuh40i.fsf@pullcord.laptop.org> (raw)
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")

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 <cjb@laptop.org>
> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
> ---
>  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 <asm/sizes.h>
>  
>  #include <mach/mmc.h>
> -#include <mach/msm_iomap.h>
>  #include <mach/dma.h>
>  #include <mach/clk.h>

Acked-by: Chris Ball <cjb@laptop.org>

Sending this via the MSM tree is fine.  Thanks,

- Chris.
-- 
Chris Ball   <cjb@laptop.org>   <http://printf.net/>
One Laptop Per Child

  reply	other threads:[~2012-09-19  7:20 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-19  7:00 [PATCH 0/5] Trim down mach includes in MSM drivers Stephen Boyd
2012-09-19  7:00 ` Stephen Boyd
2012-09-19  7:00 ` [PATCH 1/5] ARM: msm: Move dma.h #defines that are private to dma.c Stephen Boyd
2012-09-19  7:00   ` Stephen Boyd
2012-09-19  7:00   ` Stephen Boyd
2012-09-19  7:00 ` [PATCH 2/5] mmc: msm_sdcc: Remove unnecessary include Stephen Boyd
2012-09-19  7:00   ` Stephen Boyd
2012-09-19  7:21   ` Chris Ball [this message]
2012-09-19  7:21     ` Chris Ball
2012-09-19  7:00 ` [PATCH 3/5] video: msm: Remove useless mach/* includes Stephen Boyd
2012-09-19  7:00   ` Stephen Boyd
2012-09-23 19:52   ` Florian Tobias Schandinat
2012-09-23 19:52     ` Florian Tobias Schandinat
2012-09-19  7:00 ` [PATCH 4/5] gpio: Make gpio-msm-v1 into a platform driver Stephen Boyd
2012-09-19  7:00   ` Stephen Boyd
2012-09-20  6:45   ` Linus Walleij
2012-09-20  6:45     ` Linus Walleij
2012-09-20 16:08     ` David Brown
2012-09-20 16:08       ` David Brown
2012-09-20 20:14   ` Rohit Vaswani
2012-09-20 20:14     ` Rohit Vaswani
2012-09-19  7:00 ` [PATCH 5/5] ARM: msm: Remove unused cpu.h header file Stephen Boyd
2012-09-19  7:00   ` Stephen Boyd
2012-09-19  7:00   ` Stephen Boyd

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3txuuh40i.fsf@pullcord.laptop.org \
    --to=cjb@laptop.org \
    --cc=bryanh@codeaurora.org \
    --cc=davidb@codeaurora.org \
    --cc=dwalker@fifo99.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sboyd@codeaurora.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.