From: Josh Triplett 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 Acked-by: Paul E. McKenney Signed-off-by: Andrew Morton --- include/linux/rcupdate.h | 1 - 1 files changed, 1 deletion(-) diff -puN include/linux/rcupdate.h~rcu-remove-prototype-for-nonexistent-function include/linux/rcupdate.h --- a/include/linux/rcupdate.h~rcu-remove-prototype-for-nonexistent-function +++ a/include/linux/rcupdate.h @@ -281,7 +281,6 @@ extern void FASTCALL(call_rcu(struct rcu extern void FASTCALL(call_rcu_bh(struct rcu_head *head, void (*func)(struct rcu_head *head))); extern void synchronize_rcu(void); -void synchronize_idle(void); extern void rcu_barrier(void); #endif /* __KERNEL__ */ _