From 576d407abb53cf73e211f5eb67bf6c1e2d7cf731 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Tue, 2 Feb 2021 20:40:56 +0100 Subject: ppc: : remove duplicate definition This implementation is equivalent to the one now provided by , so it can be dropped. Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- arch/powerpc/include/asm/io.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'arch/powerpc') diff --git a/arch/powerpc/include/asm/io.h b/arch/powerpc/include/asm/io.h index 025c06f3b7..8488c36f65 100644 --- a/arch/powerpc/include/asm/io.h +++ b/arch/powerpc/include/asm/io.h @@ -86,10 +86,6 @@ extern void _outsl_ns(volatile u32 *port, const void *buf, int nl); #define IO_SPACE_LIMIT ~0 -#define memset_io(a,b,c) memset((void *)(a),(b),(c)) -#define memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) -#define memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) - /* * Enforce In-order Execution of I/O: * Acts as a barrier to ensure all previous I/O accesses have -- cgit v1.2.3