x86/platform/uv: Unexport symbols only used by x2apic_uv_x.c
authorChristoph Hellwig <hch@lst.de>
Mon, 4 May 2020 17:15:20 +0000 (19:15 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 7 May 2020 13:32:20 +0000 (15:32 +0200)
commit2bd04b6fe4fc46f3a358b62deac4912e778f36a4
treeba8db80530cd31cb9b29db79df9dbe68289fdadc
parent23e1a65f3c7eb7f3c3f6f6c26b89cdf3bcb128f6
x86/platform/uv: Unexport symbols only used by x2apic_uv_x.c

uv_bios_set_legacy_vga_target, uv_bios_freq_base, uv_bios_get_sn_info,
uv_type, system_serial_number and sn_region_size are only used in
x2apic_uv_x.c, 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-5-hch@lst.de
arch/x86/platform/uv/bios_uv.c