aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-04-03 16:40:54 +0200
committerChristoph Hellwig <hch@lst.de>2018-05-09 06:57:18 +0200
commit8e6390795eacf87f717bc755f352f0aa85da5700 (patch)
tree51c283a15596d657038d6c9945fd431f212bf4a4 /include/linux/pci.h
parentarch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/Kconfig (diff)
downloadlinux-dev-8e6390795eacf87f717bc755f352f0aa85da5700.tar.xz
linux-dev-8e6390795eacf87f717bc755f352f0aa85da5700.zip
PCI: remove CONFIG_PCI_BUS_ADDR_T_64BIT
This symbol is now always identical to CONFIG_ARCH_DMA_ADDR_T_64BIT, so remove it. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r--include/linux/pci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h
index 73178a2fcee0..55371cb827ad 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -670,7 +670,7 @@ int raw_pci_read(unsigned int domain, unsigned int bus, unsigned int devfn,
int raw_pci_write(unsigned int domain, unsigned int bus, unsigned int devfn,
int reg, int len, u32 val);
-#ifdef CONFIG_PCI_BUS_ADDR_T_64BIT
+#ifdef CONFIG_ARCH_DMA_ADDR_T_64BIT
typedef u64 pci_bus_addr_t;
#else
typedef u32 pci_bus_addr_t;