commit | 2bd04b6fe4fc46f3a358b62deac4912e778f36a4 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 04 19:15:20 2020 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Thu May 07 15:32:20 2020 +0200 |
tree | ba8db80530cd31cb9b29db79df9dbe68289fdadc | |
parent | 23e1a65f3c7eb7f3c3f6f6c26b89cdf3bcb128f6 [diff] |
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