Re: [PATCH] rcu: add missing prototype

2016-09-21 Thread Paul E. McKenney
On Tue, Sep 20, 2016 at 05:32:59PM +0100, Eric Engestrom wrote: > `make W=1` warns: > kernel/rcu/tree.c:226:15: warning: no previous prototype for > ‘rcu_rnp_online_cpus’ [-Wmissing-prototypes] > unsigned long rcu_rnp_online_cpus(struct rcu_node *rnp) >^~~ > > Sig

[PATCH] rcu: add missing prototype

2016-09-20 Thread Eric Engestrom
`make W=1` warns: kernel/rcu/tree.c:226:15: warning: no previous prototype for ‘rcu_rnp_online_cpus’ [-Wmissing-prototypes] unsigned long rcu_rnp_online_cpus(struct rcu_node *rnp) ^~~ Signed-off-by: Eric Engestrom --- I couldn't figure out how this list is ordere