mirror of
https://github.com/amazingfate/rtl8723ds.git
synced 2026-01-30 06:43:18 +00:00
rtl8723ds: Fix builds for kernel 4.14
Signed-off-by: Alexander Kaplan <alex@nextthing.co> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
@@ -27,10 +27,6 @@
|
||||
#ifndef __DRV_TYPES_H__
|
||||
#define __DRV_TYPES_H__
|
||||
|
||||
#ifndef is_compat_task
|
||||
#define is_compat_task() 0
|
||||
#endif
|
||||
|
||||
#include <drv_conf.h>
|
||||
#include <basic_types.h>
|
||||
#include <osdep_service.h>
|
||||
@@ -55,6 +51,10 @@
|
||||
#include <drv_types_linux.h>
|
||||
#endif
|
||||
|
||||
#ifndef is_compat_task
|
||||
#define is_compat_task() 0
|
||||
#endif
|
||||
|
||||
enum _NIC_VERSION {
|
||||
|
||||
RTL8711_NIC,
|
||||
|
||||
@@ -57,6 +57,8 @@
|
||||
#include <linux/kthread.h>
|
||||
#include <linux/list.h>
|
||||
#include <linux/vmalloc.h>
|
||||
#include <linux/signal.h>
|
||||
#include <linux/sched/signal.h>
|
||||
|
||||
#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2, 5, 41))
|
||||
#include <linux/tqueue.h>
|
||||
|
||||
Reference in New Issue
Block a user