diff options
Diffstat (limited to 'include/linux/rcupdate.h')
-rw-r--r-- | include/linux/rcupdate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/rcupdate.h b/include/linux/rcupdate.h index 9d85ee19492a..26892f5e7bd8 100644 --- a/include/linux/rcupdate.h +++ b/include/linux/rcupdate.h | |||
@@ -66,7 +66,7 @@ extern void rcu_scheduler_starting(void); | |||
66 | extern int rcu_needs_cpu(int cpu); | 66 | extern int rcu_needs_cpu(int cpu); |
67 | extern int rcu_scheduler_active; | 67 | extern int rcu_scheduler_active; |
68 | 68 | ||
69 | #if defined(CONFIG_TREE_RCU) | 69 | #if defined(CONFIG_TREE_RCU) || defined(CONFIG_TREE_PREEMPT_RCU) |
70 | #include <linux/rcutree.h> | 70 | #include <linux/rcutree.h> |
71 | #elif defined(CONFIG_PREEMPT_RCU) | 71 | #elif defined(CONFIG_PREEMPT_RCU) |
72 | #include <linux/rcupreempt.h> | 72 | #include <linux/rcupreempt.h> |