Commit a33efeca authored by Federico Vaga's avatar Federico Vaga

kernel: add uaccess.h explicitly for modern kernels

It should not have any effect on previous kernels
Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 5f15d26e
......@@ -23,6 +23,7 @@
#include <linux/version.h>
#include <linux/fs.h>
#include <linux/vmalloc.h>
#include <linux/uaccess.h>
#include "spec.h"
#include "loader-ll.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment