diff options
author | Tudor Ambarus <[email protected]> | 2024-01-10 07:40:07 +0000 |
---|---|---|
committer | Will Deacon <[email protected]> | 2024-01-12 12:44:18 +0000 |
commit | b95df3bd1ea31fadc9e1471a036b4c08199aa0f0 (patch) | |
tree | 95c1de7233c3c7e3423ba9e15b0212601e4453db /tools/perf/scripts/python/export-to-postgresql.py | |
parent | db32cf8e280b46726065c518e90761bb0229bacf (diff) |
arm64: irq: include <linux/cpumask.h>
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 <[email protected]>
Signed-off-by: Tudor Ambarus <[email protected]>
Reviewed-by: Stephen Boyd <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions