From: Josh Triplett Date: Tue, 20 Nov 2012 17:55:26 +0000 (-0800) Subject: rcu: Make rcu_is_cpu_rrupt_from_idle helper functions static X-Git-Tag: v3.9-rc1~175^2~2^2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62e3cb143fd78a2ee6f44ef0dfe50cdff2119d9a;p=pandora-kernel.git rcu: Make rcu_is_cpu_rrupt_from_idle helper functions static Both rcutiny and rcutree define a helper function named rcu_is_cpu_rrupt_from_idle(), each used exactly once, later in the same file. This commit therefore declares these helper functions static. Signed-off-by: Josh Triplett Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed