Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1260466
| From | Valentin Rothberg <valentinrothberg@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | b43: removal of B43_PCMCIA |
| Date | 2015-11-02 10:10 +0100 |
| Message-ID | <qqjhL-3tg-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Rafal,
your commit 399500da18f7 ("ssb: pick PCMCIA host code support from b43
driver") has shown up in today's Linux next tree (i.e., next-20151102)
and removes the Kconfig option B43_PCMCIA and references on it in the
code. However the commit misses to remove the following reference:
drivers/net/wireless/b43/main.c:5829:#ifdef CONFIG_B43_PCMCIA
drivers/net/wireless/b43/main.c-5830- feat_pcmcia = "M";
drivers/net/wireless/b43/main.c-5831-#endif
Is it by purpose? In case not, I can send a trivial patch to remove
those three lines.
I detected the issue with scripts/checkkconfigsymbols.py.
Kind regards,
Valentin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
b43: removal of B43_PCMCIA Valentin Rothberg <valentinrothberg@gmail.com> - 2015-11-02 10:10 +0100
csiph-web