Loading arch/i386/pci/common.c +0 −4 Original line number Diff line number Diff line Loading @@ -17,10 +17,6 @@ #include "pci.h" #ifdef CONFIG_PCI_BIOS extern void pcibios_sort(void); #endif unsigned int pci_probe = PCI_PROBE_BIOS | PCI_PROBE_CONF1 | PCI_PROBE_CONF2 | PCI_PROBE_MMCONF; Loading arch/i386/pci/pci.h +1 −1 Original line number Diff line number Diff line Loading @@ -84,4 +84,4 @@ extern int pci_conf1_read(unsigned int seg, unsigned int bus, extern void pci_direct_init(void); extern void pci_pcbios_init(void); extern void pci_mmcfg_init(void); extern void pcibios_sort(void); Loading
arch/i386/pci/common.c +0 −4 Original line number Diff line number Diff line Loading @@ -17,10 +17,6 @@ #include "pci.h" #ifdef CONFIG_PCI_BIOS extern void pcibios_sort(void); #endif unsigned int pci_probe = PCI_PROBE_BIOS | PCI_PROBE_CONF1 | PCI_PROBE_CONF2 | PCI_PROBE_MMCONF; Loading
arch/i386/pci/pci.h +1 −1 Original line number Diff line number Diff line Loading @@ -84,4 +84,4 @@ extern int pci_conf1_read(unsigned int seg, unsigned int bus, extern void pci_direct_init(void); extern void pci_pcbios_init(void); extern void pci_mmcfg_init(void); extern void pcibios_sort(void);