From: Christoph Hellwig Date: Wed, 7 Aug 2019 15:49:31 +0000 (+0300) Subject: alpha: remove the unused __ioremap wrapper X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=dda85fba6706a95b46e86975cd4c45bbe35a3280;p=openwrt%2Fstaging%2Fblogic.git alpha: remove the unused __ioremap wrapper No need for the additional namespace pollution. Signed-off-by: Christoph Hellwig --- diff --git a/arch/alpha/include/asm/io.h b/arch/alpha/include/asm/io.h index af2c0063dc75..1989b946a28d 100644 --- a/arch/alpha/include/asm/io.h +++ b/arch/alpha/include/asm/io.h @@ -283,12 +283,6 @@ static inline void __iomem *ioremap(unsigned long port, unsigned long size) return IO_CONCAT(__IO_PREFIX,ioremap) (port, size); } -static inline void __iomem *__ioremap(unsigned long port, unsigned long size, - unsigned long flags) -{ - return ioremap(port, size); -} - static inline void __iomem * ioremap_nocache(unsigned long offset, unsigned long size) {