On 2 November 2015 at 10:24, Valentin Rothberg <[email protected]> wrote: > Remove last reference on Kconfig option B43_PCMCIA, which has been > removed by commit 399500da18f7 ("ssb: pick PCMCIA host code support from > b43 driver"). > > Signed-off-by: Valentin Rothberg <[email protected]> > --- > drivers/net/wireless/b43/main.c | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/drivers/net/wireless/b43/main.c b/drivers/net/wireless/b43/main.c > index ec013fbd6a81..190efd3160b7 100644 > --- a/drivers/net/wireless/b43/main.c > +++ b/drivers/net/wireless/b43/main.c > @@ -5826,9 +5826,6 @@ static void b43_print_driverinfo(void) > #ifdef CONFIG_B43_PCI_AUTOSELECT > feat_pci = "P"; > #endif > -#ifdef CONFIG_B43_PCMCIA > - feat_pcmcia = "M"; > -#endif > #ifdef CONFIG_B43_PHY_N > feat_nphy = "N"; > #endif
There is no point of leaving feat_pcmcia variable. -- Rafał -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

