diff options
author | Christoph Hellwig <hch@lst.de> | 2019-11-13 08:18:35 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2019-11-15 10:36:59 +0100 |
commit | 948fdcf94289b15f86ce8206abd92a3f7d12360a (patch) | |
tree | f0efefe1d88ba87c2bc273c1e1de1701dc5692aa /arch/x86/include/asm/pci.h | |
parent | 90dc392fc445ee2fc17c2617e306774b269386ac (diff) | |
download | linux-948fdcf94289b15f86ce8206abd92a3f7d12360a.tar.gz linux-948fdcf94289b15f86ce8206abd92a3f7d12360a.tar.bz2 linux-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.h')
-rw-r--r-- | arch/x86/include/asm/pci.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/include/asm/pci.h b/arch/x86/include/asm/pci.h index e662f987dfa2..d9e28aad2738 100644 --- a/arch/x86/include/asm/pci.h +++ b/arch/x86/include/asm/pci.h @@ -120,10 +120,6 @@ void native_restore_msi_irqs(struct pci_dev *dev); #endif #endif /* __KERNEL__ */ -#ifdef CONFIG_X86_64 -#include <asm/pci_64.h> -#endif - /* generic pci stuff */ #include <asm-generic/pci.h> |