mirror of https://gitee.com/openkylin/linux.git
staging: rtl8188eu: Remove version.h inclusion in osdep_service.h
version.h header inclusion is not necessary as detected by versioncheck. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Acked-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9bfcc70355
commit
ccaf5bd061
|
@ -26,7 +26,6 @@
|
||||||
#define _SUCCESS 1
|
#define _SUCCESS 1
|
||||||
#define RTW_RX_HANDLED 2
|
#define RTW_RX_HANDLED 2
|
||||||
|
|
||||||
#include <linux/version.h>
|
|
||||||
#include <linux/spinlock.h>
|
#include <linux/spinlock.h>
|
||||||
#include <linux/compiler.h>
|
#include <linux/compiler.h>
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
|
|
Loading…
Reference in New Issue