aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/pci_64.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-11-13 08:18:35 +0100
committerThomas Gleixner <tglx@linutronix.de>2019-11-15 10:36:59 +0100
commit948fdcf94289b15f86ce8206abd92a3f7d12360a (patch)
treef0efefe1d88ba87c2bc273c1e1de1701dc5692aa /arch/x86/include/asm/pci_64.h
parentx86: Remove the calgary IOMMU driver (diff)
downloadlinux-dev-948fdcf94289b15f86ce8206abd92a3f7d12360a.tar.xz
linux-dev-948fdcf94289b15f86ce8206abd92a3f7d12360a.zip
x86/pci: Remove pci_64.h
This file only contains external declarations for two non-existing function pointers. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lkml.kernel.org/r/20191113071836.21041-3-hch@lst.de
Diffstat (limited to 'arch/x86/include/asm/pci_64.h')
-rw-r--r--arch/x86/include/asm/pci_64.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/x86/include/asm/pci_64.h b/arch/x86/include/asm/pci_64.h
deleted file mode 100644
index 4e1aef506aa5..000000000000
--- a/arch/x86/include/asm/pci_64.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef _ASM_X86_PCI_64_H
-#define _ASM_X86_PCI_64_H
-
-#ifdef __KERNEL__
-
-extern int (*pci_config_read)(int seg, int bus, int dev, int fn,
- int reg, int len, u32 *value);
-extern int (*pci_config_write)(int seg, int bus, int dev, int fn,
- int reg, int len, u32 value);
-
-#endif /* __KERNEL__ */
-
-#endif /* _ASM_X86_PCI_64_H */