diff options
Diffstat (limited to 'arch/x86/pci/pci.h')
-rw-r--r-- | arch/x86/pci/pci.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/pci/pci.h b/arch/x86/pci/pci.h index ac56d3916c50..36cb44c397c3 100644 --- a/arch/x86/pci/pci.h +++ b/arch/x86/pci/pci.h | |||
@@ -98,13 +98,6 @@ extern void pcibios_sort(void); | |||
98 | 98 | ||
99 | /* pci-mmconfig.c */ | 99 | /* pci-mmconfig.c */ |
100 | 100 | ||
101 | /* Verify the first 16 busses. We assume that systems with more busses | ||
102 | get MCFG right. */ | ||
103 | #define PCI_MMCFG_MAX_CHECK_BUS 16 | ||
104 | extern DECLARE_BITMAP(pci_mmcfg_fallback_slots, 32*PCI_MMCFG_MAX_CHECK_BUS); | ||
105 | |||
106 | extern int __init pci_mmcfg_arch_reachable(unsigned int seg, unsigned int bus, | ||
107 | unsigned int devfn); | ||
108 | extern int __init pci_mmcfg_arch_init(void); | 101 | extern int __init pci_mmcfg_arch_init(void); |
109 | 102 | ||
110 | /* | 103 | /* |