From: Paul Bolle Date: Wed, 10 Sep 2014 08:53:41 +0000 (+0200) Subject: ath5k: Remove AHB bus support X-Git-Tag: fixes-against-v3.18-rc2~144^2~39^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=093ec3c5337434f40d77c1af06c139da3e5ba6dc;p=pandora-kernel.git ath5k: Remove AHB bus support AHB bus support was added in v2.6.38, through commit a0b907ee2a71 ("ath5k: Add AHB bus support."). That code can only be build if the Kconfig symbol ATHEROS_AR231X is set. But that symbol has never been added to the tree. So AHB bus support has always been dead code. Let's remove all code that depends on ATHEROS_AR231X. If that symbol ever gets added to the tree the AHB bus support can be re-added too. Signed-off-by: Paul Bolle Signed-off-by: John W. Linville --- Reading git-diff-tree failed