diff options
Diffstat (limited to 'drivers/bcma/bcma_private.h')
-rw-r--r-- | drivers/bcma/bcma_private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/bcma/bcma_private.h b/drivers/bcma/bcma_private.h index 2f72e9c585fd..12a75ab3dd23 100644 --- a/drivers/bcma/bcma_private.h +++ b/drivers/bcma/bcma_private.h | |||
@@ -19,6 +19,9 @@ extern void bcma_bus_unregister(struct bcma_bus *bus); | |||
19 | /* scan.c */ | 19 | /* scan.c */ |
20 | int bcma_bus_scan(struct bcma_bus *bus); | 20 | int bcma_bus_scan(struct bcma_bus *bus); |
21 | 21 | ||
22 | /* sprom.c */ | ||
23 | int bcma_sprom_get(struct bcma_bus *bus); | ||
24 | |||
22 | #ifdef CONFIG_BCMA_HOST_PCI | 25 | #ifdef CONFIG_BCMA_HOST_PCI |
23 | /* host_pci.c */ | 26 | /* host_pci.c */ |
24 | extern int __init bcma_host_pci_init(void); | 27 | extern int __init bcma_host_pci_init(void); |