]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/net/wireless/ath/debug.c
Merge tag 'v2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[mv-sheeva.git] / drivers / net / wireless / ath / debug.c
index dacfb234f491053278dce7b502f763d07bda4d48..5367b1086e09254bccf82f0fa220bde9d0bdabc8 100644 (file)
  */
 
 #include "ath.h"
-#include "debug.h"
-
-void ath_print(struct ath_common *common, int dbg_mask, const char *fmt, ...)
-{
-       va_list args;
-
-       if (likely(!(common->debug_mask & dbg_mask)))
-               return;
-
-       va_start(args, fmt);
-       printk(KERN_DEBUG "ath: ");
-       vprintk(fmt, args);
-       va_end(args);
-}
-EXPORT_SYMBOL(ath_print);
 
 const char *ath_opmode_to_string(enum nl80211_iftype opmode)
 {