diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-02-10 20:30:41 -0600 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-03-06 21:34:38 -0600 |
commit | 68a7f1f79f004e7a2a53352c82319d567ebb1da1 (patch) | |
tree | c65e28b16bfec121e2a7b2311a3d8fc6027e175c /arch/arm/mach-msm/include/mach/msm_iomap-8x60.h | |
parent | 17d971e5dceef87bb6fe179a942c8f6191afbab9 (diff) |
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-8x60.h')
-rw-r--r-- | arch/arm/mach-msm/include/mach/msm_iomap-8x60.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/include/mach/msm_iomap-8x60.h b/arch/arm/mach-msm/include/mach/msm_iomap-8x60.h index 54e12caa8d8..5aed57dc808 100644 --- a/arch/arm/mach-msm/include/mach/msm_iomap-8x60.h +++ b/arch/arm/mach-msm/include/mach/msm_iomap-8x60.h @@ -67,4 +67,8 @@ #define MSM_DEBUG_UART_PHYS 0x19C40000 #endif +#ifndef __ASSEMBLY__ +extern void msm_map_msm8x60_io(void); +#endif + #endif |