···1717#include <linux/linkage.h>18181919#include <asm/cache.h>2020-#include <linux/uaccess.h>2020+#include <asm/asm-uaccess.h>21212222/*2323 * Copy from user space to a kernel buffer (alignment handled by the hardware)
+1-1
arch/arm64/lib/copy_in_user.S
···1919#include <linux/linkage.h>20202121#include <asm/cache.h>2222-#include <linux/uaccess.h>2222+#include <asm/asm-uaccess.h>23232424/*2525 * Copy from user space to user space (alignment handled by the hardware)
+1-1
arch/arm64/lib/copy_to_user.S
···1717#include <linux/linkage.h>18181919#include <asm/cache.h>2020-#include <linux/uaccess.h>2020+#include <asm/asm-uaccess.h>21212222/*2323 * Copy to user space from a kernel buffer (alignment handled by the hardware)