The patch titled ssb: compile fix has been removed from the -mm tree. Its filename was ssb-compile-fix.patch This patch was dropped because an updated version will be merged ------------------------------------------------------ Subject: ssb: compile fix 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> Acked-by: Michael Buesch <mb@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/ssb/driver_pcicore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/ssb/driver_pcicore.c~ssb-compile-fix drivers/ssb/driver_pcicore.c --- a/drivers/ssb/driver_pcicore.c~ssb-compile-fix +++ a/drivers/ssb/driver_pcicore.c @@ -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; } _ Patches currently in -mm which might be from aurelien@xxxxxxxxxxx are git-kvm.patch git-wireless.patch ssb-compile-fix.patch watchdog-support-3.patch ssb-chipcommon-add-function-to-get-processor-clock.patch ssb-chipcommon-add-function-to-get-processor-clock-fix.patch use-ssb-extif-in-ssb-mips-core-driver.patch add-buswidth-to-ssb-mips-core-flash-driver.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html