aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/io_mm.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/include/asm/io_mm.h')
-rw-r--r--arch/m68k/include/asm/io_mm.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/m68k/include/asm/io_mm.h b/arch/m68k/include/asm/io_mm.h
index 7c12138bb3cb..618c85d3c786 100644
--- a/arch/m68k/include/asm/io_mm.h
+++ b/arch/m68k/include/asm/io_mm.h
@@ -467,11 +467,6 @@ static inline void __iomem *ioremap_nocache(unsigned long physaddr, unsigned lon
467{ 467{
468 return __ioremap(physaddr, size, IOMAP_NOCACHE_SER); 468 return __ioremap(physaddr, size, IOMAP_NOCACHE_SER);
469} 469}
470static inline void __iomem *ioremap_writethrough(unsigned long physaddr,
471 unsigned long size)
472{
473 return __ioremap(physaddr, size, IOMAP_WRITETHROUGH);
474}
475static inline void __iomem *ioremap_wt(unsigned long physaddr, 470static inline void __iomem *ioremap_wt(unsigned long physaddr,
476 unsigned long size) 471 unsigned long size)
477{ 472{