staging: r8188eu: Remove unused including <linux/version.h>
authorCai Huoqing <caihuoqing@baidu.com>
Wed, 18 Aug 2021 09:53:31 +0000 (17:53 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Aug 2021 10:45:35 +0000 (12:45 +0200)
Remove including <linux/version.h> that don't need it

Acked-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
Link: https://lore.kernel.org/r/20210818095331.3422-1-caihuoqing@baidu.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_mlme.c
drivers/staging/r8188eu/os_dep/os_intfs.c
drivers/staging/r8188eu/os_dep/rtw_android.c
drivers/staging/r8188eu/os_dep/xmit_linux.c

index c0685965b4367d736b229c2c237ce0e97c87321d..bcef83fc3b34cc92f2cd308a92e74334b0076e2a 100644 (file)
@@ -3,7 +3,6 @@
 
 #define _RTW_MLME_C_
 
-#include <linux/version.h>
 #include "../include/osdep_service.h"
 #include "../include/drv_types.h"
 #include "../include/recv_osdep.h"
index 9d7d2b94493b0636f8e6fdaa708d920815ae212b..1aa65925e1da568d654c2c3bbcac429a26007256 100644 (file)
@@ -12,7 +12,6 @@
 
 #include "../include/usb_osintf.h"
 #include "../include/rtw_br_ext.h"
-#include <linux/version.h>
 
 MODULE_LICENSE("GPL");
 MODULE_DESCRIPTION("Realtek Wireless Lan Driver");
index 6b0b36b956a700d41d2c481384e8ab7499f3fd26..010d529c89821c8184150b9717ab1031b090a8fe 100644 (file)
@@ -3,7 +3,6 @@
 
 #include <linux/module.h>
 #include <linux/netdevice.h>
-#include <linux/version.h>
 #include "../include/rtw_android.h"
 #include "../include/osdep_service.h"
 #include "../include/rtw_debug.h"
index 30a5da986967107e3ab749d5b7a084c4cde0153c..358f58b115e31fcebffebda29819ff076a3186d1 100644 (file)
@@ -3,7 +3,6 @@
 
 #define _XMIT_OSDEP_C_
 
-#include <linux/version.h>
 #include "../include/osdep_service.h"
 #include "../include/drv_types.h"
 #include "../include/if_ether.h"