]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/bcma/bcma_driver_pci.h
bcma: make some functions __devinit
[karo-tx-linux.git] / include / linux / bcma / bcma_driver_pci.h
index 67ea7beff9f32e7c71d2b8bd935c7b245a7c9b22..679d4cab4547c8b29322486598dd790f1dff254a 100644 (file)
@@ -169,7 +169,7 @@ struct bcma_drv_pci {
 #define pcicore_read32(pc, offset)             bcma_read32((pc)->core, offset)
 #define pcicore_write32(pc, offset, val)       bcma_write32((pc)->core, offset, val)
 
-extern void bcma_core_pci_init(struct bcma_drv_pci *pc);
+extern void __devinit bcma_core_pci_init(struct bcma_drv_pci *pc);
 extern int bcma_core_pci_irq_ctl(struct bcma_drv_pci *pc,
                                 struct bcma_device *core, bool enable);