diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-04-25 16:03:21 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-05-08 19:51:41 +0900 |
commit | 5e2c2872bd481ee20758d7cf4860f4ad1cefff98 (patch) | |
tree | a4730a45191c6500e2ab7546bd0c7e4665e391aa | |
parent | 971ac16d56301c7150771409607846f9facc2f13 (diff) |
sh64: export onchip_remap/unmap() too.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r-- | arch/sh/mm/ioremap_64.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/mm/ioremap_64.c b/arch/sh/mm/ioremap_64.c index cea224c3e49b..6e0be24d26e2 100644 --- a/arch/sh/mm/ioremap_64.c +++ b/arch/sh/mm/ioremap_64.c @@ -343,6 +343,7 @@ unsigned long onchip_remap(unsigned long phys, unsigned long size, const char *n return shmedia_alloc_io(phys, size, name); } +EXPORT_SYMBOL(onchip_remap); void onchip_unmap(unsigned long vaddr) { @@ -370,6 +371,7 @@ void onchip_unmap(unsigned long vaddr) kfree(res); } } +EXPORT_SYMBOL(onchip_unmap); #ifdef CONFIG_PROC_FS static int |