Use of deleted Kconfig option B43_PCMCIA

From: Andreas Ziegler
Date: Tue Jan 26 2016 - 10:06:26 EST


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