Commit 5e2c2872 authored by Paul Mundt's avatar Paul Mundt

sh64: export onchip_remap/unmap() too.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 971ac16d
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment