commit 05dba3f9c7511adbabc68b16e86514f04c28be26 Author: Jiri Slaby Date: Sat Jul 7 14:26:11 2007 +0200 #ifdef DUMP_SKB -> #if ... diff --git a/ath/if_ath_pci.c b/ath/if_ath_pci.c index c26e765..c81b161 100644 --- a/ath/if_ath_pci.c +++ b/ath/if_ath_pci.c @@ -133,7 +133,7 @@ static void ath_printtxbuf(struct ath_buf *bf, int done) } #endif -#ifdef ATH_DUMP_SKB +#if ATH_DUMP_SKB static void ath_dump_skb(struct sk_buff *skb, unsigned int rx) { unsigned int a;