hc
2023-11-06 15ade055295d13f95d49e3d99b09f3bbfb4a43e7
kernel/arch/arm/include/asm/irq.h
....@@ -23,6 +23,8 @@
2323 #endif
2424
2525 #ifndef __ASSEMBLY__
26
+#include <linux/cpumask.h>
27
+
2628 struct irqaction;
2729 struct pt_regs;
2830