commit | 584dc4ce55267765b415a8517613d1207f1741e5 | [log] [tgz] |
---|---|---|
author | Teodora Baluta <teobaluta@gmail.com> | Mon Nov 11 17:11:23 2013 +0200 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Dec 12 12:34:16 2013 -0800 |
tree | e00dd5664b14f42ff7bc37e44808ba0919f56bf5 | |
parent | d10089508613f42b8b54cf33456a821c7cf3d442 [diff] |
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>