Skip to content

Commit

Permalink
alpha: remove the unused __ioremap wrapper
Browse files Browse the repository at this point in the history
No need for the additional namespace pollution.

Signed-off-by: Christoph Hellwig <hch@lst.de>
  • Loading branch information
Christoph Hellwig committed Nov 11, 2019
1 parent ac32292 commit dda85fb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions arch/alpha/include/asm/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit dda85fb

Please sign in to comment.