]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/platform: Fix missing declaration of 'x86_apple_machine'
authorZhang Kunbo <zhangkunbo@huawei.com>
Tue, 26 Nov 2024 01:54:57 +0000 (01:54 +0000)
committerIngo Molnar <mingo@kernel.org>
Thu, 27 Feb 2025 21:52:37 +0000 (22:52 +0100)
commite008eeec7868a9ca6e159726aeb9bdbf2ab86647
tree73298d2c210754275f1d888c044e674d257d9bf5
parentb8ffd979356e33a3af0854d47375bba611126f3b
x86/platform: Fix missing declaration of 'x86_apple_machine'

Fix this sparse warning:

  arch/x86/kernel/quirks.c:662:6: warning: symbol 'x86_apple_machine' was not declared. Should it be static?

Signed-off-by: Zhang Kunbo <zhangkunbo@huawei.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20241126015636.3463994-1-zhangkunbo@huawei.com
arch/x86/kernel/quirks.c