aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRadim Krčmář <rkrcmar@redhat.com>2016-10-20 17:26:53 +0200
committerRadim Krčmář <rkrcmar@redhat.com>2016-10-20 17:26:53 +0200
commitf6bbf1b7ac1fba284df82d7344080a8e7435b023 (patch)
tree6842cd48e7ed245f0db94b6d8aefa288753d0f32 /arch
parentkvm: x86: memset whole irq_eoi (diff)
parentKVM: MIPS: Add missing uaccess.h include (diff)
downloadlinux-dev-f6bbf1b7ac1fba284df82d7344080a8e7435b023.tar.xz
linux-dev-f6bbf1b7ac1fba284df82d7344080a8e7435b023.zip
Merge tag 'kvm_mips_4.9_2' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/kvm-mips
MIPS KVM fix for v4.9-rc2 - Fix build error introduced during the 4.9 merge window when tracepoints are disabled.
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/kvm/mips.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kvm/mips.c b/arch/mips/kvm/mips.c
index ce961495b5e1..622037d851a3 100644
--- a/arch/mips/kvm/mips.c
+++ b/arch/mips/kvm/mips.c
@@ -14,6 +14,7 @@
#include <linux/err.h>
#include <linux/kdebug.h>
#include <linux/module.h>
+#include <linux/uaccess.h>
#include <linux/vmalloc.h>
#include <linux/fs.h>
#include <linux/bootmem.h>