RCU: Remove prototype for nonexistent function synchronize_idle()

synchronize_idle() sounds like an interesting function, but we don't
actually have it, so don't prototype it. Introduced in commit
9b06e818985d139fd9e82c28297f7744e1b484e1, in 2005.

Signed-off-by: Josh Triplett <josh@kernel.org>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Josh Triplett and committed by
Linus Torvalds
844add7a eb9a9a56

-1
-1
include/linux/rcupdate.h
··· 281 281 extern void FASTCALL(call_rcu_bh(struct rcu_head *head, 282 282 void (*func)(struct rcu_head *head))); 283 283 extern void synchronize_rcu(void); 284 - void synchronize_idle(void); 285 284 extern void rcu_barrier(void); 286 285 287 286 #endif /* __KERNEL__ */