PCI/ACPI: Guard ARM64-specific mcfg_quirks
authorHuacai Chen <chenhuacai@loongson.cn>
Thu, 14 Jul 2022 12:42:10 +0000 (20:42 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Aug 2022 09:40:36 +0000 (11:40 +0200)
commit405f655ee7f64f95c6dcd2ddb86a4dd54d478544
treec4e12a6af6bd507fc5b44a5ea4ce8478e431c7fa
parentaddff638c41753639368c252d0c5ba0d8fe9ed97
PCI/ACPI: Guard ARM64-specific mcfg_quirks

[ Upstream commit 40a6cc141b4b9580de140bcb3e893445708acc5d ]

Guard ARM64-specific quirks with CONFIG_ARM64 to avoid build errors,
since mcfg_quirks will be shared by more than one architectures.

Link: https://lore.kernel.org/r/20220714124216.1489304-2-chenhuacai@loongson.cn
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/acpi/pci_mcfg.c