x86/i8259: Make default_legacy_pic static
authorChen Lifu <chenlifu@huawei.com>
Tue, 23 Aug 2022 02:19:58 +0000 (10:19 +0800)
committerBorislav Petkov <bp@suse.de>
Mon, 31 Oct 2022 09:20:32 +0000 (10:20 +0100)
commitc9053e1c5a6fca221946f95d1fe6e47f69fb303a
tree5b60f97d587c3fbfe9c05b086ca605017a7672c9
parent3548eda8ae284d6d412d59f11cd20fc7df05362b
x86/i8259: Make default_legacy_pic static

The symbol is not used outside of the file, so mark it static.

Signed-off-by: Chen Lifu <chenlifu@huawei.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lore.kernel.org/r/20220823021958.3052493-1-chenlifu@huawei.com
arch/x86/kernel/i8259.c