lkml.org 
[lkml]   [2019]   [Aug]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 09/26] alpha: remove the unused __ioremap wrapper
    Date
    No need for the additional namespace pollution.

    Signed-off-by: Christoph Hellwig <hch@lst.de>
    ---
    arch/alpha/include/asm/io.h | 6 ------
    1 file changed, 6 deletions(-)

    diff --git a/arch/alpha/include/asm/io.h b/arch/alpha/include/asm/io.h
    index af2c0063dc75..1989b946a28d 100644
    --- 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)
    {
    --
    2.20.1
    \
     
     \ /
      Last update: 2019-08-17 09:51    [W:4.043 / U:0.320 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site