diff options
Diffstat (limited to 'drivers/pci/host/pci-host-common.h')
-rw-r--r-- | drivers/pci/host/pci-host-common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/pci/host/pci-host-common.h b/drivers/pci/host/pci-host-common.h index 8c3c1491eaae..09f3fa0a55d7 100644 --- a/drivers/pci/host/pci-host-common.h +++ b/drivers/pci/host/pci-host-common.h | |||
@@ -41,4 +41,7 @@ struct gen_pci { | |||
41 | struct list_head resources; | 41 | struct list_head resources; |
42 | }; | 42 | }; |
43 | 43 | ||
44 | int pci_host_common_probe(struct platform_device *pdev, | ||
45 | struct gen_pci *pci); | ||
46 | |||
44 | #endif /* _PCI_HOST_COMMON_H */ | 47 | #endif /* _PCI_HOST_COMMON_H */ |