aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/pci/pci.h')
-rw-r--r--arch/x86/pci/pci.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/pci/pci.h b/arch/x86/pci/pci.h
index 3431518d921a..c4bddaeff619 100644
--- a/arch/x86/pci/pci.h
+++ b/arch/x86/pci/pci.h
@@ -19,8 +19,6 @@
19#define PCI_PROBE_MASK 0x000f 19#define PCI_PROBE_MASK 0x000f
20#define PCI_PROBE_NOEARLY 0x0010 20#define PCI_PROBE_NOEARLY 0x0010
21 21
22#define PCI_NO_SORT 0x0100
23#define PCI_BIOS_SORT 0x0200
24#define PCI_NO_CHECKS 0x0400 22#define PCI_NO_CHECKS 0x0400
25#define PCI_USE_PIRQ_MASK 0x0800 23#define PCI_USE_PIRQ_MASK 0x0800
26#define PCI_ASSIGN_ROMS 0x1000 24#define PCI_ASSIGN_ROMS 0x1000
@@ -44,7 +42,6 @@ enum pci_bf_sort_state {
44extern unsigned int pcibios_max_latency; 42extern unsigned int pcibios_max_latency;
45 43
46void pcibios_resource_survey(void); 44void pcibios_resource_survey(void);
47int pcibios_enable_resources(struct pci_dev *, int);
48 45
49/* pci-pc.c */ 46/* pci-pc.c */
50 47
@@ -101,7 +98,6 @@ extern int pci_direct_probe(void);
101extern void pci_direct_init(int type); 98extern void pci_direct_init(int type);
102extern void pci_pcbios_init(void); 99extern void pci_pcbios_init(void);
103extern void pci_mmcfg_init(int type); 100extern void pci_mmcfg_init(int type);
104extern void pcibios_sort(void);
105 101
106/* pci-mmconfig.c */ 102/* pci-mmconfig.c */
107 103