staging: rtl8723au: Remove unneeded version.h inclusion in os_intfs.c
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 27 May 2014 09:58:10 +0000 (15:28 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 May 2014 18:56:19 +0000 (11:56 -0700)
version.h inclusion is not needed as detected by versioncheck.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/os_dep/os_intfs.c

index 5b27eb4..4e32003 100644 (file)
@@ -23,8 +23,6 @@
 
 #include <rtl8723a_hal.h>
 
-#include <linux/version.h>
-
 MODULE_LICENSE("GPL");
 MODULE_DESCRIPTION("Realtek Wireless Lan Driver");
 MODULE_AUTHOR("Realtek Semiconductor Corp.");