summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2014-09-17 22:15:35 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2014-11-10 09:59:26 +1100
commit68cf0d642f62267b960f947370539ff3582c4935 (patch)
treeaa6bda4acf499805e4f078c7321ade8dd09c0a40 /arch/powerpc/kvm
parent14ed740957704e8768523899e0fa31972577bf65 (diff)
downloadop-kernel-dev-68cf0d642f62267b960f947370539ff3582c4935.zip
op-kernel-dev-68cf0d642f62267b960f947370539ff3582c4935.tar.gz
powerpc: Remove superfluous bootmem includes
Lots of places included bootmem.h even when not using bootmem. Signed-off-by: Anton Blanchard <anton@samba.org> Tested-by: Emil Medve <Emilian.Medve@Freescale.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/kvm')
-rw-r--r--arch/powerpc/kvm/book3s_hv_builtin.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kvm/book3s_hv_builtin.c b/arch/powerpc/kvm/book3s_hv_builtin.c
index e64868c..3f1bb5a 100644
--- a/arch/powerpc/kvm/book3s_hv_builtin.c
+++ b/arch/powerpc/kvm/book3s_hv_builtin.c
@@ -12,7 +12,6 @@
#include <linux/export.h>
#include <linux/sched.h>
#include <linux/spinlock.h>
-#include <linux/bootmem.h>
#include <linux/init.h>
#include <linux/memblock.h>
#include <linux/sizes.h>
OpenPOWER on IntegriCloud