Re: linux-next: Tree for March 2 (wireless/b43)

From: Randy Dunlap
Date: Mon Mar 02 2009 - 11:57:16 EST


Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20090227:
>
> Undropped trees:
> wireless

when CONFIG_SSB_DRIVER_PCICORE=n:

if ((bus->bustype == SSB_BUSTYPE_PCI) &&
(bus->pcicore.dev->id.revision <= 10))
hf |= B43_HF_PCISCW; /* PCI slow clock workaround. */

==>
drivers/net/wireless/b43/main.c:4182: error: 'struct ssb_pcicore' has no member named 'dev'


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/