summaryrefslogtreecommitdiff
path: root/uapi/linux/debug_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'uapi/linux/debug_linux.h')
-rw-r--r--uapi/linux/debug_linux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/uapi/linux/debug_linux.h b/uapi/linux/debug_linux.h
index 57c3590efba4..428c90b057f5 100644
--- a/uapi/linux/debug_linux.h
+++ b/uapi/linux/debug_linux.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013-2015 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013-2016 The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
@@ -31,7 +31,7 @@
/* macro to remove parens */
#define ATH_PRINTX_ARG(arg ...) arg
-#ifdef DEBUG
+#ifdef WLAN_DEBUG
/* NOTE: the AR_DEBUG_PRINTF macro is defined here to handle special handling of variable arg macros
* which may be compiler dependent. */
#define AR_DEBUG_PRINTF(mask, args) do { \