Skip to content

Commit

Permalink
msm: io: Export __msm_ioremap
Browse files Browse the repository at this point in the history
This is required for modules to use ioremap()

Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org>
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
  • Loading branch information
Pavankumar Kondeti authored and Daniel Walker committed Nov 19, 2010
1 parent 44d4a4f commit 4916a10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-msm/io.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,4 @@ __msm_ioremap(unsigned long phys_addr, size_t size, unsigned int mtype)
return __arm_ioremap_caller(phys_addr, size, mtype,
__builtin_return_address(0));
}
EXPORT_SYMBOL(__msm_ioremap);

0 comments on commit 4916a10

Please sign in to comment.