mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-28 22:54:05 +08:00
alpha: remove the unused __ioremap wrapper
No need for the additional namespace pollution. Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
parent
ac32292c85
commit
dda85fba67
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user