Skip to content

Commit

Permalink
sh64: export onchip_remap/unmap() too.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed May 8, 2008
1 parent 971ac16 commit 5e2c287
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/sh/mm/ioremap_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down Expand Up @@ -370,6 +371,7 @@ void onchip_unmap(unsigned long vaddr)
kfree(res);
}
}
EXPORT_SYMBOL(onchip_unmap);

#ifdef CONFIG_PROC_FS
static int
Expand Down

0 comments on commit 5e2c287

Please sign in to comment.