]> git.baikalelectronics.ru Git - kernel.git/commit
x86/PCI: Define to_pci_sysdata() even when !CONFIG_PCI
authorJason A. Donenfeld <Jason@zx2c4.com>
Mon, 3 Feb 2020 21:53:06 +0000 (22:53 +0100)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 4 Feb 2020 14:44:46 +0000 (08:44 -0600)
commit2b6470ae7dfa821005f1daa1113faa76e597213e
treee234952a11b0c0fecfa814ecb6839aa60692b4b3
parentd9ace4cb039dfe628f4aabc709e67cc55bf96b49
x86/PCI: Define to_pci_sysdata() even when !CONFIG_PCI

Recently, the to_pci_sysdata() helper was added inside the CONFIG_PCI
guard, but it is used inside a CONFIG_NUMA guard, which does not require
CONFIG_PCI.  This breaks builds on !CONFIG_PCI machines.  Make
to_pci_sysdata() available in all configurations.

Fixes: 81d46e556502 ("x86/PCI: Add to_pci_sysdata() helper")
Link: https://lore.kernel.org/r/20200203215306.172000-1-Jason@zx2c4.com
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Acked-by: Randy Dunlap <rdunlap@infradead.org> # build-tested
arch/x86/include/asm/pci.h