[PATCH] asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()
Kefeng Wang
wangkefeng.wang at huawei.com
Mon Nov 20 11:39:27 AEDT 2023
On 2023/11/20 3:34, Geert Uytterhoeven wrote:
> On Sat, Nov 18, 2023 at 11:09 AM Kefeng Wang <wangkefeng.wang at huawei.com> wrote:
>> The asm-generic/io.h already has default definition, remove unnecessary
>> arch's defination.
>>
>> Cc: Richard Henderson <richard.henderson at linaro.org>
>> Cc: Ivan Kokshaysky <ink at jurassic.park.msu.ru>
>> Cc: Russell King <linux at armlinux.org.uk>
>> Cc: Brian Cain <bcain at quicinc.com>
>> Cc: "James E.J. Bottomley" <James.Bottomley at HansenPartnership.com>
>> Cc: Nicholas Piggin <npiggin at gmail.com>
>> Cc: Christophe Leroy <christophe.leroy at csgroup.eu>
>> Cc: Yoshinori Sato <ysato at users.sourceforge.jp>
>> Cc: Rich Felker <dalias at libc.org>
>> Cc: "David S. Miller" <davem at davemloft.net>
>> Cc: Stanislav Kinsburskii <stanislav.kinsburskii at gmail.com>
>> Signed-off-by: Kefeng Wang <wangkefeng.wang at huawei.com>
>
>> arch/m68k/include/asm/io_mm.h | 6 ------
>
> Reviewed-by: Geert Uytterhoeven <geert at linux-m68k.org>
> Acked-by: Geert Uytterhoeven <geert at linux-m68k.org>
>
>> arch/sh/include/asm/io.h | 7 -------
>
> Reviewed-by: Geert Uytterhoeven <geert+renesas at glider.be>
Thanks,
>
>> --- a/arch/mips/include/asm/io.h
>> +++ b/arch/mips/include/asm/io.h
>> @@ -548,13 +548,6 @@ extern void (*_dma_cache_inv)(unsigned long start, unsigned long size);
>> #define csr_out32(v, a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST) = (v))
>> #define csr_in32(a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST))
>>
>> -/*
>> - * Convert a physical pointer to a virtual kernel pointer for /dev/mem
>> - * access
>> - */
>> -#define xlate_dev_mem_ptr(p) __va(p)
>> -#define unxlate_dev_mem_ptr(p, v) do { } while (0)
>> -
>> void __ioread64_copy(void *to, const void __iomem *from, size_t count);
>
> Missing #include <asm-generic/io.h>, according to the build bot report.
Will check the bot report.
>
>> #endif /* _ASM_IO_H */
>
> Gr{oetje,eeting}s,
>
> Geert
>
More information about the Linuxppc-dev
mailing list