x86/platform/uv: Unexport sn_coherency_id
authorChristoph Hellwig <hch@lst.de>
Mon, 4 May 2020 17:15:19 +0000 (19:15 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 7 May 2020 13:32:20 +0000 (15:32 +0200)
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 <hch@lst.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Not-acked-by: Dimitri Sivanich <sivanich@hpe.com>
Cc: Russ Anderson <rja@hpe.com>
Link: https://lkml.kernel.org/r/20200504171527.2845224-4-hch@lst.de
arch/x86/platform/uv/bios_uv.c

index ca287554e234219be1de173b63867c1bd442f0f0..5d675c4f459b42fa2e99a280664bec64d8a2e166 100644 (file)
@@ -80,7 +80,6 @@ static s64 uv_bios_call_irqsave(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3,
 long sn_partition_id;
 EXPORT_SYMBOL_GPL(sn_partition_id);
 long sn_coherency_id;
-EXPORT_SYMBOL_GPL(sn_coherency_id);
 long sn_region_size;
 EXPORT_SYMBOL_GPL(sn_region_size);
 long system_serial_number;