projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac32292
)
alpha: remove the unused __ioremap wrapper
author
Christoph Hellwig
<hch@lst.de>
Wed, 7 Aug 2019 15:49:31 +0000
(18:49 +0300)
committer
Christoph Hellwig
<hch@lst.de>
Mon, 11 Nov 2019 16:19:49 +0000
(17:19 +0100)
No need for the additional namespace pollution.
Signed-off-by: Christoph Hellwig <hch@lst.de>
arch/alpha/include/asm/io.h
patch
|
blob
|
history
diff --git
a/arch/alpha/include/asm/io.h
b/arch/alpha/include/asm/io.h
index af2c0063dc750584381ee2b59bad3ec2c1882217..1989b946a28dd2b0ed6f937457f5914d2a9ff5d9 100644
(file)
--- 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)
{