diff options
Diffstat (limited to 'arch/arm/mach-msm/common.c')
-rw-r--r-- | arch/arm/mach-msm/common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-msm/common.c b/arch/arm/mach-msm/common.c index 3f5d3362f887..3a511368a5d8 100644 --- a/arch/arm/mach-msm/common.c +++ b/arch/arm/mach-msm/common.c | |||
@@ -28,9 +28,9 @@ | |||
28 | #include <linux/mtd/nand.h> | 28 | #include <linux/mtd/nand.h> |
29 | #include <linux/mtd/partitions.h> | 29 | #include <linux/mtd/partitions.h> |
30 | 30 | ||
31 | #include <asm/arch/msm_iomap.h> | 31 | #include <mach/msm_iomap.h> |
32 | 32 | ||
33 | #include <asm/arch/board.h> | 33 | #include <mach/board.h> |
34 | 34 | ||
35 | struct flash_platform_data msm_nand_data = { | 35 | struct flash_platform_data msm_nand_data = { |
36 | .parts = 0, | 36 | .parts = 0, |