From: Teodora Baluta Date: Mon, 11 Nov 2013 15:11:23 +0000 (+0200) Subject: rcu: Remove "extern" from function declarations in include/linux/*rcu*.h X-Git-Tag: v3.14-rc1~174^2^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=584dc4ce55267765b415a8517613d1207f1741e5;p=pandora-kernel.git 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 Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed