commit | 2535db485cad8f302196af05888721ce82528978 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Nov 17 11:00:44 2016 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Jan 23 11:32:29 2017 -0800 |
tree | 073c69980bdc4e621e1dc66f7c3b2ff189931d34 | |
parent | c4402b27f1778fad0dbc27b2d88bb06ca22a06f0 [diff] |
rcu: Remove unneeded rcu_process_callbacks() declarations The declarations of __rcu_process_callbacks() and rcu_process_callbacks() are not needed, as the definition of both of these functions appear before any uses. This commit therefore removes both declarations. Reported-by: "Ahmed, Iftekhar" <ahmedi@oregonstate.edu> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>