arm64: hw_breakpoint: Use linux/uaccess.h instead of asm/uaccess.h
authorWill Deacon <will.deacon@arm.com>
Tue, 12 Dec 2017 11:53:26 +0000 (11:53 +0000)
committerWill Deacon <will.deacon@arm.com>
Tue, 12 Dec 2017 11:53:26 +0000 (11:53 +0000)
commit0e17cada2a5b4dc847082e1db0e3f84599ffd436
treeaad8e043086513adb01fec5556ab0aa8ebe7d294
parent932b50c7c1c65e6f23002e075b97ee083c4a9e71
arm64: hw_breakpoint: Use linux/uaccess.h instead of asm/uaccess.h

The only inclusion of asm/uaccess.h should be by linux/uaccess.h. All
other headers should use the latter.

Reported-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/hw_breakpoint.c