diff mbox

[2/5] mmc: msm_sdcc: Remove unnecessary include

Message ID 1348038044-1790-3-git-send-email-sboyd@codeaurora.org (mailing list archive)
State New, archived
Headers show

Commit Message

Stephen Boyd Sept. 19, 2012, 7 a.m. UTC
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(-)

Comments

Chris Ball Sept. 19, 2012, 7:21 a.m. UTC | #1
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.
diff mbox

Patch

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>