mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] wireless:b43: remove last reference on B43_PCMCIA
@ 2015-11-02  9:24 Valentin Rothberg
  2015-11-02  9:31 ` Rafał Miłecki
  2015-11-02  9:50 ` [PATCH v2] " Valentin Rothberg
  0 siblings, 2 replies; 5+ messages in thread
From: Valentin Rothberg @ 2015-11-02  9:24 UTC (permalink / raw)
  To: zajec5; +Cc: kvalo, ziegler, linux-kernel, Valentin Rothberg

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@gmail.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
-- 
1.9.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-01-26 15:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-02  9:24 [PATCH] wireless:b43: remove last reference on B43_PCMCIA Valentin Rothberg
2015-11-02  9:31 ` Rafał Miłecki
2015-11-02  9:40   ` Valentin Rothberg
2015-11-02  9:50 ` [PATCH v2] " Valentin Rothberg
2016-01-26 15:35   ` Rafał Miłecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome