summaryrefslogtreecommitdiff
path: root/drivers/mtd
diff options
context:
space:
mode:
authorKumar Gala <galak@codeaurora.org>2013-12-27 14:20:57 -0600
committerKumar Gala <galak@codeaurora.org>2013-12-30 10:46:35 -0600
commitc8009f97ba2476c4fc794b07745bbee4ce39359e (patch)
treee61fb5a1cc128204370e80bcfdd7c7a86465d8da /drivers/mtd
parentb96d42eb5dcc7929a27160180c88eb625d2c08de (diff)
msm: soc: Rename soc/msm to soc/qcom
We are using 'qcom' now for DT, file and directory names so rename drivers/soc/msm to drivers/soc/qcom and fixup related header files and path issues. Change-Id: Ibd32a507afaec1920b0289df107231eb7d6ef5e1 Signed-off-by: Kumar Gala <galak@codeaurora.org>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/devices/msm_qpic_nand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/devices/msm_qpic_nand.c b/drivers/mtd/devices/msm_qpic_nand.c
index 149d01cb011d..cca5c8cc5c1b 100644
--- a/drivers/mtd/devices/msm_qpic_nand.c
+++ b/drivers/mtd/devices/msm_qpic_nand.c
@@ -33,7 +33,7 @@
#include <linux/ctype.h>
#include <mach/sps.h>
#include <mach/msm_bus.h>
-#include <soc/msm/smem.h>
+#include <soc/qcom/smem.h>
#define PAGE_SIZE_2K 2048
#define PAGE_SIZE_4K 4096