The patch titled ssb: PCI core driver: use new SPROM data structure has been removed from the -mm tree. Its filename was ssb-pci-core-driver-use-new-sprom-data-structure.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: ssb: PCI core driver: use new SPROM data structure From: Aurelien Jarno <aurelien@xxxxxxxxxxx> Switch the SSB PCI core driver to the new SPROM data structure now that the old one has been removed. 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-pci-core-driver-use-new-sprom-data-structure drivers/ssb/driver_pcicore.c --- a/drivers/ssb/driver_pcicore.c~ssb-pci-core-driver-use-new-sprom-data-structure +++ a/drivers/ssb/driver_pcicore.c @@ -362,7 +362,7 @@ static int pcicore_is_in_hostmode(struct chipid_top != 0x5300) return 0; - if (bus->sprom.r1.boardflags_lo & SSB_PCICORE_BFL_NOPCI) + if (bus->sprom.boardflags_lo & SSB_PCICORE_BFL_NOPCI) return 0; /* The 200-pin BCM4712 package does not bond out PCI. Even when _ Patches currently in -mm which might be from aurelien@xxxxxxxxxxx are git-kvm.patch git-net.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