[PATCH] [TRIVIAL] b43: Kconfig: drop unknown symbol'BRCMSMAC_MODULE'

From: Paul Bolle
Date: Sun Jul 01 2012 - 17:20:34 EST


There's no Kconfig symbol BRCMSMAC_MODULE, so the check for it will
always fail. There's no need to append _MODULE to tristate symbols
anyhow, because the config tools will do the right thing automagically.

(While we're touching this Kconfig file replace a tab between "default"
and "y" with a space.)

Signed-off-by: Paul Bolle <pebolle@xxxxxxxxxx>
---
0) Added in commit 4f3d09de38d234ce7ffba5ec5a7e6704f983d375 ("b43: add
option to avoid duplicating device support with brcmsmacb").

1) See commit 282e5aaba2a0cdfde4d2c2e34bc7438cd6f7a00f ("x86: Kconfig:
drop unknown symbol 'APM_MODULE'") for a similar commit.

drivers/net/wireless/b43/Kconfig | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/wireless/b43/Kconfig b/drivers/net/wireless/b43/Kconfig
index 3876c7e..7a28d21 100644
--- a/drivers/net/wireless/b43/Kconfig
+++ b/drivers/net/wireless/b43/Kconfig
@@ -34,8 +34,8 @@ config B43_BCMA
config B43_BCMA_EXTRA
bool "Hardware support that overlaps with the brcmsmac driver"
depends on B43_BCMA
- default n if BRCMSMAC || BRCMSMAC_MODULE
- default y
+ default n if BRCMSMAC
+ default y

config B43_SSB
bool
--
1.7.7.6

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/