diff options
author | Pavankumar Kondeti <pkondeti@codeaurora.org> | 2010-11-09 05:11:29 -0500 |
---|---|---|
committer | Daniel Walker <dwalker@codeaurora.org> | 2010-11-19 12:56:58 -0500 |
commit | 4916a1083290edfb6cc53aa134f00597447de1ce (patch) | |
tree | 853a5cb16fa3a59bc30b43aefdef72c4264818cf /arch/arm/mach-msm/io.c | |
parent | 44d4a4f784d0e1a50b3f1fc52bd6a661846abdc5 (diff) |
msm: io: Export __msm_ioremap
This is required for modules to use ioremap()
Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org>
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/io.c')
-rw-r--r-- | arch/arm/mach-msm/io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/io.c b/arch/arm/mach-msm/io.c index d36b61074146..f912d7bf1889 100644 --- a/arch/arm/mach-msm/io.c +++ b/arch/arm/mach-msm/io.c | |||
@@ -163,3 +163,4 @@ __msm_ioremap(unsigned long phys_addr, size_t size, unsigned int mtype) | |||
163 | return __arm_ioremap_caller(phys_addr, size, mtype, | 163 | return __arm_ioremap_caller(phys_addr, size, mtype, |
164 | __builtin_return_address(0)); | 164 | __builtin_return_address(0)); |
165 | } | 165 | } |
166 | EXPORT_SYMBOL(__msm_ioremap); | ||