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);
|
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,
|
static inline void __iomem * ioremap_nocache(unsigned long offset,
|
||||||
unsigned long size)
|
unsigned long size)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user