lkml.org 
[lkml]   [2019]   [Sep]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    SubjectRe: [PATCH 03/26] m68k, microblaze: remove ioremap_fullcache
    From
    Date
    On 17. 08. 19 9:32, Christoph Hellwig wrote:
    > No callers of this function.
    >
    > Signed-off-by: Christoph Hellwig <hch@lst.de>
    > ---
    > arch/m68k/include/asm/kmap.h | 7 -------
    > arch/microblaze/include/asm/io.h | 1 -
    > 2 files changed, 8 deletions(-)
    >
    > diff --git a/arch/m68k/include/asm/kmap.h b/arch/m68k/include/asm/kmap.h
    > index aac7f045f7f0..03d904fe6087 100644
    > --- a/arch/m68k/include/asm/kmap.h
    > +++ b/arch/m68k/include/asm/kmap.h
    > @@ -43,13 +43,6 @@ static inline void __iomem *ioremap_wt(unsigned long physaddr,
    > return __ioremap(physaddr, size, IOMAP_WRITETHROUGH);
    > }
    >
    > -#define ioremap_fullcache ioremap_fullcache
    > -static inline void __iomem *ioremap_fullcache(unsigned long physaddr,
    > - unsigned long size)
    > -{
    > - return __ioremap(physaddr, size, IOMAP_FULL_CACHING);
    > -}
    > -
    > #define memset_io memset_io
    > static inline void memset_io(volatile void __iomem *addr, unsigned char val,
    > int count)
    > diff --git a/arch/microblaze/include/asm/io.h b/arch/microblaze/include/asm/io.h
    > index c7968139486f..86c95b2a1ce1 100644
    > --- a/arch/microblaze/include/asm/io.h
    > +++ b/arch/microblaze/include/asm/io.h
    > @@ -40,7 +40,6 @@ extern void iounmap(volatile void __iomem *addr);
    >
    > extern void __iomem *ioremap(phys_addr_t address, unsigned long size);
    > #define ioremap_nocache(addr, size) ioremap((addr), (size))
    > -#define ioremap_fullcache(addr, size) ioremap((addr), (size))
    > #define ioremap_wc(addr, size) ioremap((addr), (size))
    > #define ioremap_wt(addr, size) ioremap((addr), (size))
    >
    >

    Acked-by: Michal Simek <monstr@monstr.eu> (for Microblaze)

    Thanks,
    Michal

    --
    Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
    w: www.monstr.eu p: +42-0-721842854
    Maintainer of Linux kernel - Xilinx Microblaze
    Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
    U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs


    [unhandled content-type:application/pgp-signature]
    \
     
     \ /
      Last update: 2019-09-02 16:18    [W:2.659 / U:0.208 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site