From: Iulia Manda Date: Wed, 12 Mar 2014 16:37:24 +0000 (+0200) Subject: rcu: Remove "extern" from function declaration in include/linux/rcupdate.h X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~26^2^2~2^2~11 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a235c0916543d8b886405f8871dc644124c7cf78;p=pandora-kernel.git 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 Signed-off-by: Paul E. McKenney Reviewed-by: Josh Triplett --- Reading git-diff-tree failed