summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorLinus Torvalds2018-02-01 04:18:12 +0100
committerLinus Torvalds2018-02-01 04:18:12 +0100
commit40b9672a2f071cbf931eb144997a21332bc0a747 (patch)
tree9ca1d0e049e3163cec7d337e9d4458e7ab2c857f /arch/powerpc
parentMerge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v... (diff)
parentasm-prototypes.h: use linux/uaccess.h, not asm/uaccess.h (diff)
downloadkernel-qcow2-linux-40b9672a2f071cbf931eb144997a21332bc0a747.tar.gz
kernel-qcow2-linux-40b9672a2f071cbf931eb144997a21332bc0a747.tar.xz
kernel-qcow2-linux-40b9672a2f071cbf931eb144997a21332bc0a747.zip
Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull asm/uaccess.h whack-a-mole from Al Viro: "It's linux/uaccess.h, damnit... Oh, well - eventually they'll stop cropping up..." * 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: asm-prototypes.h: use linux/uaccess.h, not asm/uaccess.h riscv: use linux/uaccess.h, not asm/uaccess.h... ppc: for put_user() pull linux/uaccess.h, not asm/uaccess.h
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/kvm/book3s_xive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kvm/book3s_xive.c b/arch/powerpc/kvm/book3s_xive.c
index 0d750d274c4e..6882bc94eba8 100644
--- a/arch/powerpc/kvm/book3s_xive.c
+++ b/arch/powerpc/kvm/book3s_xive.c
@@ -16,7 +16,7 @@
#include <linux/delay.h>
#include <linux/percpu.h>
#include <linux/cpumask.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
#include <asm/kvm_book3s.h>
#include <asm/kvm_ppc.h>
#include <asm/hvcall.h>