Re: [PATCH v2] arm64: irq: include <linux/cpumask.h>

From: Stephen Boyd
Date: Wed Jan 10 2024 - 15:12:31 EST


Quoting Tudor Ambarus (2024-01-09 23:40:07)
> Sorting include files in alphabetic order in
> drivers/tty/serial/samsung.c revealed the following error:
>
> In file included from drivers/tty/serial/samsung_tty.c:24:
> ./arch/arm64/include/asm/irq.h:9:43: error: unknown type name ‘cpumask_t’
> 9 | void arch_trigger_cpumask_backtrace(const cpumask_t *mask, int exclude_cpu);
> | ^~~~~~~~~
>
> Include cpumask.h to avoid unknown type errors for parents of irq.h that
> don't include cpumask.h.
>
> Acked-by: Mark Rutland <mark.rutland@xxxxxxx>
> Signed-off-by: Tudor Ambarus <tudor.ambarus@xxxxxxxxxx>
> ---

Reviewed-by: Stephen Boyd <swboyd@xxxxxxxxxxxx>