From: Vladimir Kondratiev Date: Thu, 3 Jan 2013 08:31:19 +0000 (+0200) Subject: ath9k: Fix Kconfig for ATH9K_HTC X-Git-Tag: v3.8-rc3~8^2~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a6f7347f59f55433ec50578e8d42d305e0d53ae;p=pandora-kernel.git ath9k: Fix Kconfig for ATH9K_HTC Ath9k consists of 2 different sub-modules: ATH9K and ATH9K_HTC. Both uses common Atheros code from ath.ko and need ATH_COMMON. However, while ATH9K selects ATH_COMMON, ATH9K_HTC does not. As result, if ATH9K_HTC is the only Atheros card selected, compilation fails with unresolved symbols. This patch moves ATH_COMMON selection to the common part for both ATH9K and ATH9K_HTC Signed-off-by: Vladimir Kondratiev Signed-off-by: John W. Linville --- Reading git-diff-tree failed