Skip to content

Commit 23e1a65

Browse files
Christoph HellwigKAGA-KOKO
authored andcommitted
x86/platform/uv: Unexport sn_coherency_id
sn_coherency_id is only used by x2apic_uv_x.c, and uv_sysfs.c, both of which can't be modular. 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 32988cf commit 23e1a65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/x86/platform/uv/bios_uv.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ static s64 uv_bios_call_irqsave(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3,
8080
long sn_partition_id;
8181
EXPORT_SYMBOL_GPL(sn_partition_id);
8282
long sn_coherency_id;
83-
EXPORT_SYMBOL_GPL(sn_coherency_id);
8483
long sn_region_size;
8584
EXPORT_SYMBOL_GPL(sn_region_size);
8685
long system_serial_number;

0 commit comments

Comments
 (0)