From 5e3bf215f4f2efc0af89e6dbc5da789744aeb5d7 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 1 Aug 2014 14:47:56 -0700 Subject: [PATCH] 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-format-patch failed