Re: [PATCH v2] irqchip/eznps: Fix build error for !ARC700 builds
From: Sebastian Andrzej Siewior
Date: Thu Aug 27 2020 - 03:01:35 EST
On 2020-08-25 11:05:18 [-0700], Vineet Gupta wrote:
> eznps driver is supposed to be platform independent however it ends up
> including stuff from inside arch/arc headers leading to rand config
> build errors.
>
> Fix this specific reported error as quick hacks as the correct fixes are
> too much work:
> - copy AUX_IENABLE from arch/arc header
> - move CTOP_AUX_IACK from platform header
>
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Reported-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
> Link: https://lkml.kernel.org/r/20200824095831.5lpkmkafelnvlpi2@xxxxxxxxxxxxx
> Signed-off-by: Vineet Gupta <vgupta@xxxxxxxxxxxx>
Thank you.
Acked-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
in case it is not too late :)
Sebastian