From: Sachin Kamat Date: Tue, 27 May 2014 10:32:48 +0000 (+0530) Subject: staging: rtl8821ae: stats.c: Remove version specific code X-Git-Tag: firefly_0821_release~176^2~3465^2~39^2~119 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fe6d68f212b319561712e36acc363f482c56024f;p=firefly-linux-kernel-4.4.55.git staging: rtl8821ae: stats.c: Remove version specific code The code should be for the current kernel version. Remove conditional version based code. Signed-off-by: Sachin Kamat Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8821ae/stats.c b/drivers/staging/rtl8821ae/stats.c index a20c0f8f65ec..4d383d11574e 100644 --- a/drivers/staging/rtl8821ae/stats.c +++ b/drivers/staging/rtl8821ae/stats.c @@ -28,9 +28,7 @@ *****************************************************************************/ #include "wifi.h" #include "stats.h" -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,2,0)) #include -#endif u8 rtl_query_rxpwrpercentage(char antpower) {