From: Artur Rojek Date: Sat, 27 May 2023 16:44:51 +0000 (+0200) Subject: sh: dma: Drop incorrect SH_DMAC_BASE1 definition for SH4 X-Git-Tag: v6.5-rc1~40^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d2f4a190b137b4a2e0ec3efe87905841dfdc8c66;p=thirdparty%2Fkernel%2Flinux.git sh: dma: Drop incorrect SH_DMAC_BASE1 definition for SH4 None of the supported SH4 family SoCs features a second DMAC module. As this definition negatively impacts DMA channel calculation for the above targets, remove it from the code. Signed-off-by: Artur Rojek Reviewed-by: Geert Uytterhoeven Reviewed-by: John Paul Adrian Glaubitz Link: https://lore.kernel.org/r/20230527164452.64797-3-contact@artur-rojek.eu Signed-off-by: John Paul Adrian Glaubitz --- diff --git a/arch/sh/include/cpu-sh4/cpu/dma.h b/arch/sh/include/cpu-sh4/cpu/dma.h index 38187d06b2343..e97fb2c791778 100644 --- a/arch/sh/include/cpu-sh4/cpu/dma.h +++ b/arch/sh/include/cpu-sh4/cpu/dma.h @@ -13,6 +13,5 @@ #define DMAE0_IRQ evt2irq(0x6c0) #define SH_DMAC_BASE0 0xffa00000 -#define SH_DMAC_BASE1 0xffa00070 #endif /* __ASM_CPU_SH4_DMA_H */