diff options
Diffstat (limited to 'include/linux/rcupdate.h')
-rw-r--r-- | include/linux/rcupdate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/rcupdate.h b/include/linux/rcupdate.h index 132e1e34cdca..2fab0e37afe0 100644 --- a/include/linux/rcupdate.h +++ b/include/linux/rcupdate.h | |||
@@ -261,8 +261,8 @@ static inline int rcu_preempt_depth(void) | |||
261 | 261 | ||
262 | /* Internal to kernel */ | 262 | /* Internal to kernel */ |
263 | void rcu_init(void); | 263 | void rcu_init(void); |
264 | void rcu_sched_qs(int cpu); | 264 | void rcu_sched_qs(void); |
265 | void rcu_bh_qs(int cpu); | 265 | void rcu_bh_qs(void); |
266 | void rcu_check_callbacks(int cpu, int user); | 266 | void rcu_check_callbacks(int cpu, int user); |
267 | struct notifier_block; | 267 | struct notifier_block; |
268 | void rcu_idle_enter(void); | 268 | void rcu_idle_enter(void); |