]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rcu: Remove "extern" from function declarations in kernel/rcu/rcu.h
authorTeodora Baluta <teobaluta@gmail.com>
Mon, 11 Nov 2013 15:11:24 +0000 (17:11 +0200)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 12 Dec 2013 20:34:17 +0000 (12:34 -0800)
commitbd73a7f5cd434f5aa611c9043490911c32084270
treef2626e5f899ba540154f540947cee75cb20c37ba
parent584dc4ce55267765b415a8517613d1207f1741e5
rcu: Remove "extern" from function declarations in kernel/rcu/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>
kernel/rcu/rcu.h