projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
971ac16
)
sh64: export onchip_remap/unmap() too.
author
Paul Mundt
<lethal@linux-sh.org>
Fri, 25 Apr 2008 07:03:21 +0000
(16:03 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 8 May 2008 10:51:41 +0000
(19:51 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/mm/ioremap_64.c
patch
|
blob
|
history
diff --git
a/arch/sh/mm/ioremap_64.c
b/arch/sh/mm/ioremap_64.c
index cea224c3e49b6049b54edd6d5a6e782a02728dc2..6e0be24d26e2c3cd9168ff3ac7203d4f0466b298 100644
(file)
--- 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