summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/ppc4xx_pci.c
diff options
context:
space:
mode:
authorAnton Blanchard2014-09-17 14:15:35 +0200
committerMichael Ellerman2014-11-09 23:59:26 +0100
commit68cf0d642f62267b960f947370539ff3582c4935 (patch)
treeaa6bda4acf499805e4f078c7321ade8dd09c0a40 /arch/powerpc/sysdev/ppc4xx_pci.c
parentpowerpc: Remove some old bootmem related comments (diff)
downloadkernel-qcow2-linux-68cf0d642f62267b960f947370539ff3582c4935.tar.gz
kernel-qcow2-linux-68cf0d642f62267b960f947370539ff3582c4935.tar.xz
kernel-qcow2-linux-68cf0d642f62267b960f947370539ff3582c4935.zip
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/sysdev/ppc4xx_pci.c')
-rw-r--r--arch/powerpc/sysdev/ppc4xx_pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/ppc4xx_pci.c b/arch/powerpc/sysdev/ppc4xx_pci.c
index df6e2fc4ff92..086aca69ecae 100644
--- a/arch/powerpc/sysdev/ppc4xx_pci.c
+++ b/arch/powerpc/sysdev/ppc4xx_pci.c
@@ -22,7 +22,6 @@
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/of.h>
-#include <linux/bootmem.h>
#include <linux/delay.h>
#include <linux/slab.h>