[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CACna6rzmi-ae2zULDMx+5+f4hioYRox=2YmP+1nU7sTO_GtO6g@mail.gmail.com>
Date: Mon, 2 Nov 2015 10:31:23 +0100
From: Rafał Miłecki <zajec5@...il.com>
To: Valentin Rothberg <valentinrothberg@...il.com>
Cc: Kalle Valo <kvalo@...eaurora.org>,
Andreas Ziegler <ziegler@...fau.de>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] wireless:b43: remove last reference on B43_PCMCIA
On 2 November 2015 at 10:24, Valentin Rothberg
<valentinrothberg@...il.com> 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 <valentinrothberg@...il.com>
> ---
> 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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists