rcu: Remove Classic RCU
[firefly-linux-kernel-4.4.55.git] / include / linux / rcupdate.h
index 15fbb3ca634ddd87214b883586d9f58ce450ead4..0cdfdb622faaaab35b8a8414604c2009db43ef26 100644 (file)
@@ -54,9 +54,7 @@ struct rcu_head {
 /* Internal to kernel, but needed by rcupreempt.h. */
 extern int rcu_scheduler_active;
 
-#if defined(CONFIG_CLASSIC_RCU)
-#include <linux/rcuclassic.h>
-#elif defined(CONFIG_TREE_RCU)
+#if defined(CONFIG_TREE_RCU)
 #include <linux/rcutree.h>
 #elif defined(CONFIG_PREEMPT_RCU)
 #include <linux/rcupreempt.h>