Hi Rafał,
your commit 399500da18f7 ("ssb: pick PCMCIA host code support from b43
driver") removed the Kconfig option B43_PCMCIA from Kconfig, but left
one reference to it in b43/main.c, inside the b43_print_driverinfo()
function.Can this #ifdef be removed, should it be replaced with an #ifdef using CONFIG_SSB_PCMCIAHOST instead or should we do something entirely different? Best regards, Andreas

