ceph: fix endianness of getattr mask in ceph_d_revalidate
[platform/kernel/linux-starfive.git] / fs / fcntl.c
index 6e2771c..e1c54f2 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <asm/poll.h>
 #include <asm/siginfo.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 
 #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT | O_NOATIME)