diff options
Diffstat (limited to 'include/linux/rcupdate.h')
-rw-r--r-- | include/linux/rcupdate.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/rcupdate.h b/include/linux/rcupdate.h index b5d48bd56e3f..2657aff2725b 100644 --- a/include/linux/rcupdate.h +++ b/include/linux/rcupdate.h | |||
@@ -332,9 +332,7 @@ void rcu_init(void); | |||
332 | void rcu_sched_qs(void); | 332 | void rcu_sched_qs(void); |
333 | void rcu_bh_qs(void); | 333 | void rcu_bh_qs(void); |
334 | void rcu_check_callbacks(int user); | 334 | void rcu_check_callbacks(int user); |
335 | struct notifier_block; | 335 | void rcu_report_dead(unsigned int cpu); |
336 | int rcu_cpu_notify(struct notifier_block *self, | ||
337 | unsigned long action, void *hcpu); | ||
338 | 336 | ||
339 | #ifndef CONFIG_TINY_RCU | 337 | #ifndef CONFIG_TINY_RCU |
340 | void rcu_end_inkernel_boot(void); | 338 | void rcu_end_inkernel_boot(void); |