rcu: Fix rcu_lock_map build failure on CONFIG_PROVE_LOCKING=y
[deliverable/linux.git] / kernel / rcutree.c
index 8e52cde7b8f76df7e484b15b9571301dddfe001c..81af59b8dd8865f4cd0e1291427d04ebadbac740 100644 (file)
 
 #include "rcutree.h"
 
-#ifdef CONFIG_DEBUG_LOCK_ALLOC
-static struct lock_class_key rcu_lock_key;
-struct lockdep_map rcu_lock_map =
-       STATIC_LOCKDEP_MAP_INIT("rcu_read_lock", &rcu_lock_key);
-EXPORT_SYMBOL_GPL(rcu_lock_map);
-#endif
-
 /* Data structures. */
 
 #define RCU_STATE_INITIALIZER(name) { \
This page took 0.025746 seconds and 5 git commands to generate.