diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-02-11 06:30:41 +0400 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-03-07 07:34:38 +0400 |
commit | 68a7f1f79f004e7a2a53352c82319d567ebb1da1 (patch) | |
tree | c65e28b16bfec121e2a7b2311a3d8fc6027e175c /arch/arm/mach-msm/include/mach/msm_iomap-8x50.h | |
parent | 17d971e5dceef87bb6fe179a942c8f6191afbab9 (diff) | |
download | linux-68a7f1f79f004e7a2a53352c82319d567ebb1da1.tar.xz |
ARM: msm: clean-up mach/io.h
Move msm specifics in mach/io.h to respective msm_iomap-*.h headers.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: David Brown <davidb@codeaurora.org>
Cc: Daniel Walker <dwalker@fifo99.com>
Cc: Bryan Huntsman <bryanh@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/include/mach/msm_iomap-8x50.h')
-rw-r--r-- | arch/arm/mach-msm/include/mach/msm_iomap-8x50.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/include/mach/msm_iomap-8x50.h b/arch/arm/mach-msm/include/mach/msm_iomap-8x50.h index 0faa894729b7..da77cc1d545d 100644 --- a/arch/arm/mach-msm/include/mach/msm_iomap-8x50.h +++ b/arch/arm/mach-msm/include/mach/msm_iomap-8x50.h @@ -122,4 +122,8 @@ #define MSM_SDC4_PHYS 0xA0600000 #define MSM_SDC4_SIZE SZ_4K +#ifndef __ASSEMBLY__ +extern void msm_map_qsd8x50_io(void); +#endif + #endif |