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 Alibek Omarov
parent 9fb9b835bb
commit 30af6ad285
1 changed files with 2 additions and 0 deletions

View File

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