rcu: Remove "extern" from function declarations in include/linux/*rcu*.h
authorTeodora Baluta <teobaluta@gmail.com>
Mon, 11 Nov 2013 15:11:23 +0000 (17:11 +0200)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 12 Dec 2013 20:34:16 +0000 (12:34 -0800)
commit584dc4ce55267765b415a8517613d1207f1741e5
treee00dd5664b14f42ff7bc37e44808ba0919f56bf5
parentd10089508613f42b8b54cf33456a821c7cf3d442
rcu: Remove "extern" from function declarations in include/linux/*rcu*.h

Function prototypes don't need to have the "extern" keyword since this
is the default behavior. Its explicit use is redundant.  This commit
therefore removes them.

Signed-off-by: Teodora Baluta <teobaluta@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
include/linux/rculist.h
include/linux/rcupdate.h
include/linux/rcutiny.h
include/linux/rcutree.h