From: Paul Bolle Date: Sun, 1 Jul 2012 21:20:05 +0000 (+0200) Subject: b43: Kconfig: drop unknown symbol 'BRCMSMAC_MODULE' X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~105^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e2698df75f44b4378d4eeb87ae43e2b88546869;p=pandora-kernel.git b43: Kconfig: drop unknown symbol 'BRCMSMAC_MODULE' 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 Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed