Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc: remove superflous inclusions of asm/fixmap.h

Files not using fixmap consts or functions don't need asm/fixmap.h

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>

authored by

Christophe Leroy and committed by
Michael Ellerman
e8cb7a55 2c86cd18

-5
-2
arch/powerpc/include/asm/fixmap.h
··· 15 15 #define _ASM_FIXMAP_H 16 16 17 17 #ifndef __ASSEMBLY__ 18 - #include <linux/kernel.h> 19 18 #include <asm/page.h> 20 - #include <asm/pgtable.h> 21 19 #ifdef CONFIG_HIGHMEM 22 20 #include <linux/threads.h> 23 21 #include <asm/kmap_types.h>
-1
arch/powerpc/kernel/head_8xx.S
··· 30 30 #include <asm/ppc_asm.h> 31 31 #include <asm/asm-offsets.h> 32 32 #include <asm/ptrace.h> 33 - #include <asm/fixmap.h> 34 33 #include <asm/export.h> 35 34 36 35 #if CONFIG_TASK_SIZE <= 0x80000000 && CONFIG_PAGE_OFFSET >= 0x80000000
-1
arch/powerpc/mm/dump_hashpagetable.c
··· 19 19 #include <linux/mm.h> 20 20 #include <linux/sched.h> 21 21 #include <linux/seq_file.h> 22 - #include <asm/fixmap.h> 23 22 #include <asm/pgtable.h> 24 23 #include <linux/const.h> 25 24 #include <asm/page.h>
-1
arch/powerpc/sysdev/cpm_common.c
··· 28 28 #include <asm/udbg.h> 29 29 #include <asm/io.h> 30 30 #include <asm/cpm.h> 31 - #include <asm/fixmap.h> 32 31 #include <soc/fsl/qe/qe.h> 33 32 34 33 #include <mm/mmu_decl.h>