From: H. Peter Anvin Date: Fri, 1 Aug 2014 21:47:56 +0000 (-0700) Subject: x86/apic/vsmp: Make is_vsmp_box() static X-Git-Tag: omap-for-v3.17/fixes-against-rc2~78^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e3bf215f4f2efc0af89e6dbc5da789744aeb5d7;p=pandora-kernel.git x86/apic/vsmp: Make is_vsmp_box() static Since checkin 411cf9ee2946 x86, vsmp: Remove is_vsmp_box() from apic_is_clustered_box() ... is_vsmp_box() is only used in vsmp_64.c and does not have any header file declaring it, so make it explicitly static. Reported-by: kbuild test robot Cc: Shai Fultheim Cc: Oren Twaig Link: http://lkml.kernel.org/r/1404036068-11674-1-git-send-email-oren@scalemp.com Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed