diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-07-19 23:33:18 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-20 11:24:49 -0400 |
commit | 88f8bb780e13fd31f207e1752ee8624dc786381f (patch) | |
tree | b2504dfba3a3e0a0d6c2502b7bae9d981be708d5 /arch/m68k/mm | |
parent | 7e5de05169b766b86b4bc7c196f53d57e1952bff (diff) |
m68k: missing exports
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68k/mm')
-rw-r--r-- | arch/m68k/mm/sun3kmap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m68k/mm/sun3kmap.c b/arch/m68k/mm/sun3kmap.c index 1af24cb5bfe1..3dc41158c05e 100644 --- a/arch/m68k/mm/sun3kmap.c +++ b/arch/m68k/mm/sun3kmap.c | |||
@@ -105,6 +105,7 @@ void __iomem *sun3_ioremap(unsigned long phys, unsigned long size, | |||
105 | return (void __iomem *)ret; | 105 | return (void __iomem *)ret; |
106 | 106 | ||
107 | } | 107 | } |
108 | EXPORT_SYMBOL(sun3_ioremap); | ||
108 | 109 | ||
109 | 110 | ||
110 | void __iomem *__ioremap(unsigned long phys, unsigned long size, int cache) | 111 | void __iomem *__ioremap(unsigned long phys, unsigned long size, int cache) |
@@ -157,3 +158,4 @@ int sun3_map_test(unsigned long addr, char *val) | |||
157 | 158 | ||
158 | return ret; | 159 | return ret; |
159 | } | 160 | } |
161 | EXPORT_SYMBOL(sun3_map_test); | ||