From: Sachin Kamat Date: Tue, 27 May 2014 10:32:34 +0000 (+0530) Subject: staging: rtl8821ae: cam.c: Remove version specific code X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=80e3e09c0e5918d85c692f6f4677b6e5a7d277ed;p=linux-beck.git staging: rtl8821ae: cam.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/cam.c b/drivers/staging/rtl8821ae/cam.c index 72743e78954b..3bc6b3d06514 100644 --- a/drivers/staging/rtl8821ae/cam.c +++ b/drivers/staging/rtl8821ae/cam.c @@ -28,9 +28,7 @@ *****************************************************************************/ #include "wifi.h" #include "cam.h" -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,2,0)) #include -#endif void rtl_cam_reset_sec_info(struct ieee80211_hw *hw) {