Advertisement
Guest User

4.14.patch

a guest
Dec 5th, 2017
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.46 KB | None | 0 0
  1. --- archive_files/common/lib/modules/fglrx/build_mod/kcl_ioctl.c.orig   2017-12-05 16:21:41.450899943 +0100
  2. +++ archive_files/common/lib/modules/fglrx/build_mod/kcl_ioctl.c    2017-12-05 16:24:04.919602271 +0100
  3. @@ -31,7 +31,9 @@
  4.   */
  5.  
  6.  #include <linux/cache.h>
  7. +#include <linux/sched.h> // for task_struct in asm/current.h
  8.  #include <linux/version.h>
  9. +#include <asm/processor.h> // for mm_segment_t in asm/uaccess.h
  10.  #include <asm/uaccess.h>
  11.  
  12.  #ifdef __x86_64__
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement