]> git.baikalelectronics.ru Git - kernel.git/commit
ath5k: Remove AHB bus support
authorPaul Bolle <pebolle@tiscali.nl>
Wed, 10 Sep 2014 08:53:41 +0000 (10:53 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 26 Sep 2014 17:48:28 +0000 (13:48 -0400)
commiteb778e3432ab15cfb337a499a9002666340a8d35
tree904d91fbce19919e686b50c7df0ada113f2dbfd9
parent7acef9985516e0be324280539eea125e78c007b7
ath5k: Remove AHB bus support

AHB bus support was added in v2.6.38, through commit e0702bdb0366
("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 <pebolle@tiscali.nl>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath5k/Kconfig
drivers/net/wireless/ath/ath5k/Makefile
drivers/net/wireless/ath/ath5k/ahb.c [deleted file]
drivers/net/wireless/ath/ath5k/ath5k.h
drivers/net/wireless/ath/ath5k/base.c
drivers/net/wireless/ath/ath5k/led.c