commit | a235c0916543d8b886405f8871dc644124c7cf78 | [log] [tgz] |
---|---|---|
author | Iulia Manda <iulia.manda21@gmail.com> | Wed Mar 12 18:37:24 2014 +0200 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Apr 29 08:44:33 2014 -0700 |
tree | 6396a02367d49cdd2e749a532d36eca10fb8f63e | |
parent | 48a7639ce80cf279834d0d44865e49ecd714f37d [diff] |
rcu: Remove "extern" from function declaration in include/linux/rcupdate.h Because functions have the extern storage class specifier by default, this keyword can be removed. It is redundant to use it explicitly. Signed-off-by: Iulia Manda <iulia.manda21@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>