diff --git a/include/linux/rcupdate.h b/include/linux/rcupdate.h index 00a7fd61b3c6540521109c4c79e412a0833bef02..fdc422f3d61d688ea60a4a56ed9cc2dc3de55909 100644 --- a/include/linux/rcupdate.h +++ b/include/linux/rcupdate.h @@ -328,7 +328,7 @@ extern struct lockdep_map rcu_lock_map; extern struct lockdep_map rcu_bh_lock_map; extern struct lockdep_map rcu_sched_lock_map; extern struct lockdep_map rcu_callback_map; -extern int debug_lockdep_rcu_enabled(void); +int debug_lockdep_rcu_enabled(void); /** * rcu_read_lock_held() - might we be in RCU read-side critical section?