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 00a7fd61b3c6..fdc422f3d61d 100644 --- a/include/linux/rcupdate.h +++ b/include/linux/rcupdate.h | |||
@@ -328,7 +328,7 @@ extern struct lockdep_map rcu_lock_map; | |||
328 | extern struct lockdep_map rcu_bh_lock_map; | 328 | extern struct lockdep_map rcu_bh_lock_map; |
329 | extern struct lockdep_map rcu_sched_lock_map; | 329 | extern struct lockdep_map rcu_sched_lock_map; |
330 | extern struct lockdep_map rcu_callback_map; | 330 | extern struct lockdep_map rcu_callback_map; |
331 | extern int debug_lockdep_rcu_enabled(void); | 331 | int debug_lockdep_rcu_enabled(void); |
332 | 332 | ||
333 | /** | 333 | /** |
334 | * rcu_read_lock_held() - might we be in RCU read-side critical section? | 334 | * rcu_read_lock_held() - might we be in RCU read-side critical section? |