summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorRaviv Shvili <rshvili@codeaurora.org>2014-01-28 10:03:38 +0200
committerSubhash Jadavani <subhashj@codeaurora.org>2016-05-27 10:29:01 -0700
commitda2e2cbd576e3320c02f7e88b4110e02c5506722 (patch)
treeafc00c4fbe085cc56bc83a7036161a5f22dee9b6 /drivers
parent5e8e7c2098abd2d64c8bb843a4794817de8709f3 (diff)
mmc: sdhci: change msm bus header file
There is a new header file for 64bit platforms. Change-Id: Iead9ccab1fd0b7249baf670e67872fcffeccf21d Signed-off-by: Raviv Shvili <rshvili@codeaurora.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mmc/host/sdhci-msm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-msm.c b/drivers/mmc/host/sdhci-msm.c
index 3b5f9032fcd5..a32f82f5ee5e 100644
--- a/drivers/mmc/host/sdhci-msm.c
+++ b/drivers/mmc/host/sdhci-msm.c
@@ -36,8 +36,8 @@
#include <linux/dma-mapping.h>
#include <linux/iopoll.h>
#include <linux/pinctrl/consumer.h>
+#include <linux/msm-bus.h>
#include <mach/gpio.h>
-#include <mach/msm_bus.h>
#include "sdhci-pltfm.h"