rcu: Remove "extern" from function declaration in include/linux/rcupdate.h
authorIulia Manda <iulia.manda21@gmail.com>
Wed, 12 Mar 2014 16:37:24 +0000 (18:37 +0200)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 29 Apr 2014 15:44:33 +0000 (08:44 -0700)
commita235c0916543d8b886405f8871dc644124c7cf78
tree6396a02367d49cdd2e749a532d36eca10fb8f63e
parent48a7639ce80cf279834d0d44865e49ecd714f37d
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>
include/linux/rcupdate.h