aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bcma/bcma_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bcma/bcma_private.h')
-rw-r--r--drivers/bcma/bcma_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/bcma/bcma_private.h b/drivers/bcma/bcma_private.h
index 6109da5d883c..63c5242159f2 100644
--- a/drivers/bcma/bcma_private.h
+++ b/drivers/bcma/bcma_private.h
@@ -13,7 +13,7 @@
13struct bcma_bus; 13struct bcma_bus;
14 14
15/* main.c */ 15/* main.c */
16int bcma_bus_register(struct bcma_bus *bus); 16int __devinit bcma_bus_register(struct bcma_bus *bus);
17void bcma_bus_unregister(struct bcma_bus *bus); 17void bcma_bus_unregister(struct bcma_bus *bus);
18int __init bcma_bus_early_register(struct bcma_bus *bus, 18int __init bcma_bus_early_register(struct bcma_bus *bus,
19 struct bcma_device *core_cc, 19 struct bcma_device *core_cc,
@@ -52,7 +52,7 @@ extern void __exit bcma_host_pci_exit(void);
52u32 bcma_pcie_read(struct bcma_drv_pci *pc, u32 address); 52u32 bcma_pcie_read(struct bcma_drv_pci *pc, u32 address);
53 53
54#ifdef CONFIG_BCMA_DRIVER_PCI_HOSTMODE 54#ifdef CONFIG_BCMA_DRIVER_PCI_HOSTMODE
55void bcma_core_pci_hostmode_init(struct bcma_drv_pci *pc); 55void __devinit bcma_core_pci_hostmode_init(struct bcma_drv_pci *pc);
56#endif /* CONFIG_BCMA_DRIVER_PCI_HOSTMODE */ 56#endif /* CONFIG_BCMA_DRIVER_PCI_HOSTMODE */
57 57
58#endif 58#endif