Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96272
b: refs/heads/master
c: 5e2c287
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed May 8, 2008
1 parent 95cdc14 commit 8a8aa4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 971ac16d56301c7150771409607846f9facc2f13
refs/heads/master: 5e2c2872bd481ee20758d7cf4860f4ad1cefff98
2 changes: 2 additions & 0 deletions trunk/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 8a8aa4e

Please sign in to comment.