diff options
author | Christoph Hellwig <hch@lst.de> | 2019-08-07 18:49:31 +0300 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2019-11-11 17:19:49 +0100 |
commit | dda85fba6706a95b46e86975cd4c45bbe35a3280 (patch) | |
tree | 3b73055b4fee18eed2766ecd87f32e41d00d5610 /arch/alpha/include | |
parent | ac32292c8552f7e8517be184e65dd09786e991f9 (diff) | |
download | linux-stable-dda85fba6706a95b46e86975cd4c45bbe35a3280.tar.gz linux-stable-dda85fba6706a95b46e86975cd4c45bbe35a3280.tar.bz2 linux-stable-dda85fba6706a95b46e86975cd4c45bbe35a3280.zip |
alpha: remove the unused __ioremap wrapper
No need for the additional namespace pollution.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'arch/alpha/include')
-rw-r--r-- | arch/alpha/include/asm/io.h | 6 |
1 files changed, 0 insertions, 6 deletions
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) { |