Skip to content

Commit 8263b05

Browse files
Christoph HellwigKAGA-KOKO
authored andcommitted
x86/platform/uv: Mark uv_min_hub_revision_id static
This variable is only used inside x2apic_uv_x and not even declared in a header. Signed-off-by: Christoph Hellwig <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Not-acked-by: Dimitri Sivanich <[email protected]> Cc: Russ Anderson <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent e4dd8b8 commit 8263b05

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arch/x86/kernel/apic/x2apic_uv_x.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ static struct {
4848
unsigned int gnode_shift;
4949
} uv_cpuid;
5050

51-
int uv_min_hub_revision_id;
52-
EXPORT_SYMBOL_GPL(uv_min_hub_revision_id);
51+
static int uv_min_hub_revision_id;
5352

5453
unsigned int uv_apicid_hibits;
5554
EXPORT_SYMBOL_GPL(uv_apicid_hibits);

0 commit comments

Comments
 (0)