Commit dda85fba authored by Christoph Hellwig's avatar Christoph Hellwig

alpha: remove the unused __ioremap wrapper

No need for the additional namespace pollution.
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent ac32292c
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment