diff options
-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 6dd71fa48429..2f1bc42a3b82 100644 --- a/include/linux/rcupdate.h +++ b/include/linux/rcupdate.h | |||
@@ -77,7 +77,7 @@ extern int rcu_scheduler_active; | |||
77 | 77 | ||
78 | #if defined(CONFIG_TREE_RCU) || defined(CONFIG_TREE_PREEMPT_RCU) | 78 | #if defined(CONFIG_TREE_RCU) || defined(CONFIG_TREE_PREEMPT_RCU) |
79 | #include <linux/rcutree.h> | 79 | #include <linux/rcutree.h> |
80 | #elif CONFIG_TINY_RCU | 80 | #elif defined(CONFIG_TINY_RCU) |
81 | #include <linux/rcutiny.h> | 81 | #include <linux/rcutiny.h> |
82 | #else | 82 | #else |
83 | #error "Unknown RCU implementation specified to kernel configuration" | 83 | #error "Unknown RCU implementation specified to kernel configuration" |