]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/locks.c
KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
[mirror_ubuntu-zesty-kernel.git] / fs / locks.c
index 22c5b4aa49611ac46cb50dbf4fc8ef25ec500b34..26811321d39b8d404046100ac3dcc4b5e04f5cc7 100644 (file)
 #define CREATE_TRACE_POINTS
 #include <trace/events/filelock.h>
 
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 
 #define IS_POSIX(fl)   (fl->fl_flags & FL_POSIX)
 #define IS_FLOCK(fl)   (fl->fl_flags & FL_FLOCK)