aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/bcma/bcma_driver_pci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/bcma/bcma_driver_pci.h b/include/linux/bcma/bcma_driver_pci.h
index 67ea7beff9f3..679d4cab4547 100644
--- a/include/linux/bcma/bcma_driver_pci.h
+++ b/include/linux/bcma/bcma_driver_pci.h
@@ -169,7 +169,7 @@ struct bcma_drv_pci {
169#define pcicore_read32(pc, offset) bcma_read32((pc)->core, offset) 169#define pcicore_read32(pc, offset) bcma_read32((pc)->core, offset)
170#define pcicore_write32(pc, offset, val) bcma_write32((pc)->core, offset, val) 170#define pcicore_write32(pc, offset, val) bcma_write32((pc)->core, offset, val)
171 171
172extern void bcma_core_pci_init(struct bcma_drv_pci *pc); 172extern void __devinit bcma_core_pci_init(struct bcma_drv_pci *pc);
173extern int bcma_core_pci_irq_ctl(struct bcma_drv_pci *pc, 173extern int bcma_core_pci_irq_ctl(struct bcma_drv_pci *pc,
174 struct bcma_device *core, bool enable); 174 struct bcma_device *core, bool enable);
175 175