Re: [PATCH] [RESEND] ath5k: Remove AHB bus support

2014-09-26 Thread John W. Linville
OK, I'm merging this... On Wed, Sep 10, 2014 at 10:53:41AM +0200, Paul Bolle wrote: > 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 > add

[PATCH] [RESEND] ath5k: Remove AHB bus support

2014-09-10 Thread Paul Bolle
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 dep