summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8821ae
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2014-05-27 16:02:37 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-05-27 11:58:26 -0700
commit4874043a6c1effd4f52d6c5f83805b7e1bf50939 (patch)
treeda0467fe4a31f42a424ae76abe936841fef2675e /drivers/staging/rtl8821ae
parent0cd05ba54a535b03eceaf048decf81cc7ff6fca0 (diff)
staging: rtl8821ae: debug.c: Remove version specific code
The code should be for the current kernel version. Remove conditional version based code. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8821ae')
-rw-r--r--drivers/staging/rtl8821ae/debug.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/rtl8821ae/debug.c b/drivers/staging/rtl8821ae/debug.c
index 8a6c794bda41..8aefbf10a45e 100644
--- a/drivers/staging/rtl8821ae/debug.c
+++ b/drivers/staging/rtl8821ae/debug.c
@@ -30,12 +30,7 @@
#include "wifi.h"
#include "cam.h"
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,10,0))
#define GET_INODE_DATA(__node) PDE_DATA(__node)
-#else
-#define GET_INODE_DATA(__node) PDE(__node)->data
-#endif
-
void rtl_dbgp_flag_init(struct ieee80211_hw *hw)
{