diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2013-03-04 15:08:26 -0800 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2013-03-05 12:05:43 -0800 |
commit | 805b3e423567f67ba1e0fdf871763294a1f52cbd (patch) | |
tree | beeb578a3d36cf4123b797f75ffc0996210f0005 /drivers/mmc | |
parent | 430f1eefed3da2758a9aa727aadd46d21ccfa853 (diff) |
mmc: msm_sdcc: Remove unnecessary include
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 near future.
Acked-by: Chris Ball <cjb@laptop.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/msm_sdcc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/msm_sdcc.c b/drivers/mmc/host/msm_sdcc.c index 7c0af0e80047..0ee4a57fe6b2 100644 --- a/drivers/mmc/host/msm_sdcc.c +++ b/drivers/mmc/host/msm_sdcc.c @@ -43,7 +43,6 @@ #include <asm/sizes.h> #include <linux/platform_data/mmc-msm_sdcc.h> -#include <mach/msm_iomap.h> #include <mach/dma.h> #include <mach/clk.h> |