From: Josh Triplett Date: Fri, 10 Aug 2007 20:01:07 +0000 (-0700) Subject: RCU: Remove prototype for nonexistent function synchronize_idle() X-Git-Tag: firefly_0821_release~26816 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=844add7abca0d10e9733fc16119e53cb4c1987b4;p=firefly-linux-kernel-4.4.55.git 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 Acked-by: Paul E. McKenney Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/rcupdate.h b/include/linux/rcupdate.h index c6b7485eac7c..fe17d7d750c2 100644 --- a/include/linux/rcupdate.h +++ b/include/linux/rcupdate.h @@ -281,7 +281,6 @@ extern void FASTCALL(call_rcu(struct rcu_head *head, 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__ */