diff options
author | Anton Blanchard <anton@samba.org> | 2014-09-17 14:15:35 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2014-11-09 23:59:26 +0100 |
commit | 68cf0d642f62267b960f947370539ff3582c4935 (patch) | |
tree | aa6bda4acf499805e4f078c7321ade8dd09c0a40 /arch/powerpc/mm/pgtable_64.c | |
parent | powerpc: Remove some old bootmem related comments (diff) | |
download | linux-68cf0d642f62267b960f947370539ff3582c4935.tar.xz 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/mm/pgtable_64.c')
-rw-r--r-- | arch/powerpc/mm/pgtable_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mm/pgtable_64.c b/arch/powerpc/mm/pgtable_64.c index aa9173745cf4..e0c718543174 100644 --- a/arch/powerpc/mm/pgtable_64.c +++ b/arch/powerpc/mm/pgtable_64.c @@ -33,7 +33,6 @@ #include <linux/swap.h> #include <linux/stddef.h> #include <linux/vmalloc.h> -#include <linux/bootmem.h> #include <linux/memblock.h> #include <linux/slab.h> @@ -51,6 +50,7 @@ #include <asm/cputable.h> #include <asm/sections.h> #include <asm/firmware.h> +#include <asm/dma.h> #include "mmu_decl.h" |