Re: (subset) [PATCH v2 1/2] drivers/irqchip: Fixup csky,mpintc compile error with CPU_CK610

2021-02-04 Thread Marc Zyngier
On Thu, 4 Feb 2021 15:46:08 +0800, guo...@kernel.org wrote: > The irq-csky-mpintc.c only could support CPU_CK860 and it will > compile error with CPU_CK610. > > It has beed selected in arch/csky/Kconfig Applied to irq/irqchip-next, thanks! [1/2] drivers/irqchip: Fixup csky,mpintc compile error w

[PATCH v2 1/2] drivers/irqchip: Fixup csky,mpintc compile error with CPU_CK610

2021-02-03 Thread guoren
From: Guo Ren The irq-csky-mpintc.c only could support CPU_CK860 and it will compile error with CPU_CK610. It has beed selected in arch/csky/Kconfig Signed-off-by: Guo Ren Cc: Marc Zyngier --- drivers/irqchip/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- v2: Drop the str