summaryrefslogtreecommitdiff
path: root/drivers/staging/wlan-ng/wlan_compat.h
diff options
context:
space:
mode:
authorMoritz Muehlenhoff <jmm@debian.org>2009-01-25 20:55:01 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-04-03 21:53:18 (GMT)
commit9b9556ecc4bd8279aec195de84fd7d45a9883547 (patch)
tree3b9dab9ca6ba8e38689e71358d3061250f3bfbda /drivers/staging/wlan-ng/wlan_compat.h
parentedbd606c4671fcd439164c8d63e896044d706156 (diff)
downloadlinux-fsl-qoriq-9b9556ecc4bd8279aec195de84fd7d45a9883547.tar.xz
Staging: wlan-ng: Replace WLAN_LOG_WARNING() with printk()
Signed-off-by: Moritz Muehlenhoff <jmm@debian.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/wlan-ng/wlan_compat.h')
-rw-r--r--drivers/staging/wlan-ng/wlan_compat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/wlan-ng/wlan_compat.h b/drivers/staging/wlan-ng/wlan_compat.h
index f42577a..f9e97e6 100644
--- a/drivers/staging/wlan-ng/wlan_compat.h
+++ b/drivers/staging/wlan-ng/wlan_compat.h
@@ -58,8 +58,6 @@
#include <linux/hardirq.h>
-#define WLAN_LOG_WARNING(x,args...) printk(KERN_WARNING "%s: " x , __func__ , ##args);
-
#if defined(WLAN_INCLUDE_DEBUG)
#define WLAN_HEX_DUMP( l, x, p, n) if( WLAN_DBVAR >= (l) ){ \
int __i__; \