diff options
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r-- | include/linux/pci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index 18319aba1a57..483db814770e 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
@@ -881,7 +881,7 @@ extern int pci_pci_problems; | |||
881 | extern unsigned long pci_cardbus_io_size; | 881 | extern unsigned long pci_cardbus_io_size; |
882 | extern unsigned long pci_cardbus_mem_size; | 882 | extern unsigned long pci_cardbus_mem_size; |
883 | 883 | ||
884 | extern void pcibios_add_platform_entries(struct pci_dev *dev); | 884 | extern int pcibios_add_platform_entries(struct pci_dev *dev); |
885 | 885 | ||
886 | #endif /* __KERNEL__ */ | 886 | #endif /* __KERNEL__ */ |
887 | #endif /* LINUX_PCI_H */ | 887 | #endif /* LINUX_PCI_H */ |