From: Rabin Vincent Date: Sat, 14 Apr 2012 20:51:32 +0000 (+0100) Subject: ARM: 7386/1: jump_label: fixup for rename to static_key X-Git-Tag: v3.4-rc3~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=708e5978dfee0090a27c5531ce3b017dd6d190a2;p=pandora-kernel.git ARM: 7386/1: jump_label: fixup for rename to static_key c5905afb0 ("static keys: Introduce 'struct static_key'...") renamed struct jump_label_key to struct static_key. Fixup ARM for this to eliminate these build warnings: include/linux/jump_label.h:113:2: warning: passing argument 1 of 'arch_static_branch' from incompatible pointer type include/asm/jump_label.h:17:82: note: expected 'struct jump_label_key *' but argument is of type 'struct static_key *' Signed-off-by: Rabin Vincent Signed-off-by: Russell King --- Reading git-diff-tree failed