diff options
Diffstat (limited to 'arch/x86/pci/pci.h')
-rw-r--r-- | arch/x86/pci/pci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/pci/pci.h b/arch/x86/pci/pci.h index fd53db50eeeb..ba263e626a68 100644 --- a/arch/x86/pci/pci.h +++ b/arch/x86/pci/pci.h | |||
@@ -102,7 +102,7 @@ extern struct pci_raw_ops pci_direct_conf1; | |||
102 | extern int pci_direct_probe(void); | 102 | extern int pci_direct_probe(void); |
103 | extern void pci_direct_init(int type); | 103 | extern void pci_direct_init(int type); |
104 | extern void pci_pcbios_init(void); | 104 | extern void pci_pcbios_init(void); |
105 | extern void pci_olpc_init(void); | 105 | extern int pci_olpc_init(void); |
106 | 106 | ||
107 | /* pci-mmconfig.c */ | 107 | /* pci-mmconfig.c */ |
108 | 108 | ||