On Sat, Jul 23, 2011 at 10:21 AM, Huang Weiyi <weiyi.huang@xxxxxxxxx> wrote: > Remove duplicated #include('s) in > drivers/net/wireless/ath/ath5k/ahb.c > > Signed-off-by: Huang Weiyi <weiyi.huang@xxxxxxxxx> > --- > drivers/net/wireless/ath/ath5k/ahb.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/drivers/net/wireless/ath/ath5k/ahb.c b/drivers/net/wireless/ath/ath5k/ahb.c > index ba682a0..705e0f0 100644 > --- a/drivers/net/wireless/ath/ath5k/ahb.c > +++ b/drivers/net/wireless/ath/ath5k/ahb.c > @@ -24,7 +24,6 @@ > #include "debug.h" > #include "base.h" > #include "reg.h" > -#include "debug.h" > > /* return bus cachesize in 4B word units */ > static void ath5k_ahb_read_cachesize(struct ath_common *common, int *csz) > -- > 1.5.6.4 > [ CCing some ath5k developers and ML ] Against which linux-version or GIT tree is this patch for? Recent wireless-next (here I am on linux-next) was cleaned, the includes list looks like this now: [ drivers/net/wireless/ath/ath5k/ahb.c ] #include <linux/nl80211.h> #include <linux/platform_device.h> #include <linux/etherdevice.h> #include <ar231x_platform.h> #include "ath5k.h" #include "debug.h" #include "base.h" #include "reg.h" - Sedat - -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html