diff options
author | Greg Ungerer <gerg@uclinux.org> | 2011-03-28 08:32:05 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2011-05-23 20:03:50 -0400 |
commit | 593732bd41a6f16eeed9880ae7d51920fc5350ff (patch) | |
tree | 9ee9bf84b02f103594eefcb819096856bf64cc6f /arch/m68k/kernel | |
parent | 92474a2513e828c27e371728845f24cef98748b2 (diff) |
m68knommu: remove stubs for __ioremap() and iounmap()
The implementation of iounmap() and __ioremap() for non-mmu m68k is
trivial. We can inline them in m68knommu headers and remove the trivial
implementations.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/kernel')
-rw-r--r-- | arch/m68k/kernel/m68k_ksyms_no.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m68k/kernel/m68k_ksyms_no.c b/arch/m68k/kernel/m68k_ksyms_no.c index 10af0af4ddef..c26717bcf306 100644 --- a/arch/m68k/kernel/m68k_ksyms_no.c +++ b/arch/m68k/kernel/m68k_ksyms_no.c | |||
@@ -20,8 +20,6 @@ extern int dump_fpu(struct pt_regs *, elf_fpregset_t *); | |||
20 | 20 | ||
21 | /* platform dependent support */ | 21 | /* platform dependent support */ |
22 | 22 | ||
23 | EXPORT_SYMBOL(__ioremap); | ||
24 | EXPORT_SYMBOL(iounmap); | ||
25 | EXPORT_SYMBOL(dump_fpu); | 23 | EXPORT_SYMBOL(dump_fpu); |
26 | 24 | ||
27 | EXPORT_SYMBOL(ip_fast_csum); | 25 | EXPORT_SYMBOL(ip_fast_csum); |