Replace <asm/uaccess.h> with <linux/uaccess.h> globally
[linux-2.6-microblaze.git] / arch / arm64 / lib / copy_to_user.S
index e99e31c..3e6ae26 100644 (file)
@@ -17,7 +17,7 @@
 #include <linux/linkage.h>
 
 #include <asm/cache.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 
 /*
  * Copy to user space from a kernel buffer (alignment handled by the hardware)