diff options
author | Christoph Hellwig <hch@lst.de> | 2020-05-04 19:15:19 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-05-07 15:32:20 +0200 |
commit | 23e1a65f3c7eb7f3c3f6f6c26b89cdf3bcb128f6 (patch) | |
tree | 2f468d89c73b4c5fe983776c470a6211b0ab1688 /arch/x86/platform | |
parent | x86/platform/uv: Remove the uv_partition_coherence_id() macro (diff) | |
download | linux-23e1a65f3c7eb7f3c3f6f6c26b89cdf3bcb128f6.tar.xz linux-23e1a65f3c7eb7f3c3f6f6c26b89cdf3bcb128f6.zip |
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 <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
Diffstat (limited to 'arch/x86/platform')
-rw-r--r-- | arch/x86/platform/uv/bios_uv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/platform/uv/bios_uv.c b/arch/x86/platform/uv/bios_uv.c index ca287554e234..5d675c4f459b 100644 --- a/arch/x86/platform/uv/bios_uv.c +++ b/arch/x86/platform/uv/bios_uv.c @@ -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; |