1
0
mirror of https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git synced 2025-12-08 17:46:21 +01:00

fix bad merge in (#205) :compile error

This commit is contained in:
Chen Minqiang
2017-05-13 14:24:43 +08:00
parent 6ffebc434b
commit 32555d025c

View File

@@ -45,7 +45,7 @@
#include <linux/semaphore.h> #include <linux/semaphore.h>
#endif #endif
#include <linux/sem.h> #include <linux/sem.h>
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0) #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0))
#define HAVE_SIGNAL_FUNCTIONS_OWN_HEADER #define HAVE_SIGNAL_FUNCTIONS_OWN_HEADER
#endif #endif
#ifdef HAVE_SIGNAL_FUNCTIONS_OWN_HEADER #ifdef HAVE_SIGNAL_FUNCTIONS_OWN_HEADER