From: Christoph Hellwig Date: Fri, 30 Aug 2019 16:12:35 +0000 (+0200) Subject: m68k: Remove ioremap_fullcache() X-Git-Tag: v5.4-rc1~191^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f1979b402df5f0dd86425830ddaa191d70f3655;p=platform%2Fkernel%2Flinux-rpi.git m68k: Remove ioremap_fullcache() No callers of this function. Signed-off-by: Christoph Hellwig Link: https://lore.kernel.org/r/20190830161237.23033-2-hch@lst.de Signed-off-by: Geert Uytterhoeven --- diff --git a/arch/m68k/include/asm/kmap.h b/arch/m68k/include/asm/kmap.h index 6354380..421b6c9 100644 --- a/arch/m68k/include/asm/kmap.h +++ b/arch/m68k/include/asm/kmap.h @@ -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)