rcu: Restore checks for blocking in RCU read-side critical sections
[pandora-kernel.git] / include / linux / lockdep.h
index ef820a3..b6a56e3 100644 (file)
@@ -548,7 +548,7 @@ do {                                                                        \
 #endif
 
 #ifdef CONFIG_PROVE_RCU
-extern void lockdep_rcu_dereference(const char *file, const int line);
+void lockdep_rcu_suspicious(const char *file, const int line, const char *s);
 #endif
 
 #endif /* __LINUX_LOCKDEP_H */