]> git.karo-electronics.de Git - linux-beck.git/blobdiff - include/linux/bcma/bcma_driver_pci.h
bcma: change IRQ control function to accept bus as an argument
[linux-beck.git] / include / linux / bcma / bcma_driver_pci.h
index 23af893e9b86a38fd35770d1b6630b3bfd26c056..6b8bca67851f8c681e7c1d3eebd3eb39bbeb6a24 100644 (file)
@@ -240,7 +240,7 @@ struct bcma_drv_pci {
 
 extern void bcma_core_pci_early_init(struct bcma_drv_pci *pc);
 extern void bcma_core_pci_init(struct bcma_drv_pci *pc);
-extern int bcma_core_pci_irq_ctl(struct bcma_drv_pci *pc,
+extern int bcma_core_pci_irq_ctl(struct bcma_bus *bus,
                                 struct bcma_device *core, bool enable);
 extern void bcma_core_pci_power_save(struct bcma_bus *bus, bool up);