summarylogtreecommitdiffstats
path: root/4.13-npfeiler-wait_queue_t.patch
blob: 8e5ed7da9ab93cfba7a049a6a60995fb1804f573 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- archive_files/common/lib/modules/fglrx/build_mod/kcl_wait.c	2015-12-18 19:47:41.000000000 +0100
+++ archive_filesb/common/lib/modules/fglrx/build_mod/kcl_wait.c	2017-09-30 14:13:37.285611187 +0200
@@ -43,6 +43,10 @@
 #include "kcl_config.h"
 #include "kcl_wait.h"
 
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,13,0)
+typedef wait_queue_entry_t wait_queue_t;
+#endif
+
 /** \brief Create wait object, init it and add to the kernel queue
  ** \param object_handle [in] Object handle
  ** \return Kernel wait handle on success, 0 otherwise