Re: [PATCH 1/3] irqchip: xtensa-pic: include header for xtensa_pic_init_legacy()

From: Max Filippov
Date: Thu Aug 10 2023 - 08:36:49 EST


On Thu, Aug 10, 2023 at 5:34 AM Arnd Bergmann <arnd@xxxxxxxxxx> wrote:
>
> From: Arnd Bergmann <arnd@xxxxxxxx>
>
> The declaration for this function is not included, which leads to a harmless warning:
>
> drivers/irqchip/irq-xtensa-pic.c:91:12: error: no previous prototype for 'xtensa_pic_init_legacy' [-Werror=missing-prototypes]
>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
> ---
> drivers/irqchip/irq-xtensa-pic.c | 1 +
> 1 file changed, 1 insertion(+)

Reviewed-by: Max Filippov <jcmvbkbc@xxxxxxxxx>

--
Thanks.
-- Max