diff options
Diffstat (limited to 'drivers/bcma/bcma_private.h')
-rw-r--r-- | drivers/bcma/bcma_private.h | 4 |
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 @@ | |||
13 | struct bcma_bus; | 13 | struct bcma_bus; |
14 | 14 | ||
15 | /* main.c */ | 15 | /* main.c */ |
16 | int bcma_bus_register(struct bcma_bus *bus); | 16 | int __devinit bcma_bus_register(struct bcma_bus *bus); |
17 | void bcma_bus_unregister(struct bcma_bus *bus); | 17 | void bcma_bus_unregister(struct bcma_bus *bus); |
18 | int __init bcma_bus_early_register(struct bcma_bus *bus, | 18 | int __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); | |||
52 | u32 bcma_pcie_read(struct bcma_drv_pci *pc, u32 address); | 52 | u32 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 |
55 | void bcma_core_pci_hostmode_init(struct bcma_drv_pci *pc); | 55 | void __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 |