From: Aurelien Jarno <aurelien@xxxxxxxxxxx> The patch below against 2.6.23-rc1-mm1 fixes the definition of pcibios_map_irq in the SSB code. The corresponding include file has been changed in commit 19df0d1169b3ddcc84933794d1401aaafe2f0000. Signed-off-by: Aurelien Jarno <aurelien@xxxxxxxxxxx> Signed-off-by: Michael Buesch <mb@xxxxxxxxx> Index: ssb-merge/drivers/ssb/driver_pcicore.c =================================================================== --- ssb-merge.orig/drivers/ssb/driver_pcicore.c 2007-08-10 13:30:22.000000000 +0200 +++ ssb-merge/drivers/ssb/driver_pcicore.c 2007-08-10 13:30:23.000000000 +0200 @@ -102,7 +102,7 @@ static void __init ssb_fixup_pcibridge(s } DECLARE_PCI_FIXUP_EARLY(PCI_ANY_ID, PCI_ANY_ID, ssb_fixup_pcibridge); -int __init pcibios_map_irq(struct pci_dev *dev, u8 slot, u8 pin) +int __init pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) { return ssb_mips_irq(extpci_core->dev) + 2; } -- - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html