[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAE-0n53eOEGNMT8qTF_mHZK9SEG40ssROHXYn5dT+HTdVTv=AA@mail.gmail.com>
Date: Wed, 10 Jan 2024 12:12:21 -0800
From: Stephen Boyd <swboyd@...omium.org>
To: Tudor Ambarus <tudor.ambarus@...aro.org>, catalin.marinas@....com, mark.rutland@....com,
will@...nel.org
Cc: dianders@...omium.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] arm64: irq: include <linux/cpumask.h>
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@....com>
> Signed-off-by: Tudor Ambarus <tudor.ambarus@...aro.org>
> ---
Reviewed-by: Stephen Boyd <swboyd@...omium.org>
Powered by blists - more mailing lists