Replace <asm/uaccess.h> with <linux/uaccess.h> globally
[linux-2.6-block.git] / arch / arm64 / lib / copy_in_user.S
index 718b1c4e2f85a7aa44be720815ba1c9dc9909c4a..d828540ded6facff4c578c95c75a4163b584184d 100644 (file)
@@ -19,7 +19,7 @@
 #include <linux/linkage.h>
 
 #include <asm/cache.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 
 /*
  * Copy from user space to user space (alignment handled by the hardware)