diff options
Diffstat (limited to 'include/linux/rcupdate.h')
-rw-r--r-- | include/linux/rcupdate.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/rcupdate.h b/include/linux/rcupdate.h index 15fbb3ca634d..0cdfdb622faa 100644 --- a/include/linux/rcupdate.h +++ b/include/linux/rcupdate.h | |||
@@ -54,9 +54,7 @@ struct rcu_head { | |||
54 | /* Internal to kernel, but needed by rcupreempt.h. */ | 54 | /* Internal to kernel, but needed by rcupreempt.h. */ |
55 | extern int rcu_scheduler_active; | 55 | extern int rcu_scheduler_active; |
56 | 56 | ||
57 | #if defined(CONFIG_CLASSIC_RCU) | 57 | #if defined(CONFIG_TREE_RCU) |
58 | #include <linux/rcuclassic.h> | ||
59 | #elif defined(CONFIG_TREE_RCU) | ||
60 | #include <linux/rcutree.h> | 58 | #include <linux/rcutree.h> |
61 | #elif defined(CONFIG_PREEMPT_RCU) | 59 | #elif defined(CONFIG_PREEMPT_RCU) |
62 | #include <linux/rcupreempt.h> | 60 | #include <linux/rcupreempt.h> |