Commit 0f1979b4 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Geert Uytterhoeven
Browse files

m68k: Remove ioremap_fullcache()

parent 2cecd1f1
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -37,13 +37,6 @@ static inline void __iomem *ioremap_wt(unsigned long physaddr,
	return __ioremap(physaddr, size, IOMAP_WRITETHROUGH);
}

#define ioremap_fullcache ioremap_fullcache
static inline void __iomem *ioremap_fullcache(unsigned long physaddr,
					      unsigned long size)
{
	return __ioremap(physaddr, size, IOMAP_FULL_CACHING);
}

#define memset_io memset_io
static inline void memset_io(volatile void __iomem *addr, unsigned char val,
			     int count)