arm: include definition for cpumask_t

This definition gets pulled in by other files. With the (later) split of
RCU and spinlock.h it won't compile anymore.
The split is done in ("rbtree: don't include the rcu header").

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
This commit is contained in:
Sebastian Andrzej Siewior
2016-12-22 17:28:33 +01:00
committed by jianlong.wang
parent d55719214b
commit 5b10f68609

View File

@@ -23,6 +23,8 @@
#endif
#ifndef __ASSEMBLY__
#include <linux/cpumask.h>
struct irqaction;
struct pt_regs;