Re: [PATCH] arm: Remove unused __readwrite_bug function

2017-11-15 Thread Uwe Kleine-König
On Wed, Nov 15, 2017 at 07:33:22PM +, Corentin Labbe wrote: > The function __readwrite_bug() is not used at all, so this patch remove > it. This function seems unused since 5621caac1d95 ("ARM: kill off __mem_pci"). Adding Rob as author to Cc. Best regards Uwe > Signed-off-by: Corentin Labbe

[PATCH] arm: Remove unused __readwrite_bug function

2017-11-15 Thread Corentin Labbe
The function __readwrite_bug() is not used at all, so this patch remove it. Signed-off-by: Corentin Labbe --- arch/arm/include/asm/io.h | 5 - arch/arm/kernel/traps.c | 7 --- 2 files changed, 12 deletions(-) diff --git a/arch/arm/include/asm/io.h b/arch/arm/include/asm/io.h index 2cf