mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-10 07:29:40 +00:00
rtl8188eu: Fix API changes for kernel 4.11
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
c471c8cd2d
commit
18a5f33b60
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@
|
||||||
#ifndef __OSDEP_SERVICE_H_
|
#ifndef __OSDEP_SERVICE_H_
|
||||||
#define __OSDEP_SERVICE_H_
|
#define __OSDEP_SERVICE_H_
|
||||||
|
|
||||||
|
#include <linux/version.h>
|
||||||
|
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0)
|
||||||
|
#include <linux/sched/signal.h>
|
||||||
|
#endif
|
||||||
#include <basic_types.h>
|
#include <basic_types.h>
|
||||||
|
|
||||||
#define _FAIL 0
|
#define _FAIL 0
|
||||||
|
|
Loading…
Reference in a new issue