powerpc: remove superflous inclusions of asm/fixmap.h
authorChristophe Leroy <christophe.leroy@c-s.fr>
Thu, 5 Jul 2018 16:25:03 +0000 (16:25 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 30 Jul 2018 12:48:18 +0000 (22:48 +1000)
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>
arch/powerpc/include/asm/fixmap.h
arch/powerpc/kernel/head_8xx.S
arch/powerpc/mm/dump_hashpagetable.c
arch/powerpc/sysdev/cpm_common.c

index 6c40dfda59126d59cd3de2fe4c328273841cc350..40efdf1d2d6e376f1186a3af1b073bb353952555 100644 (file)
@@ -15,9 +15,7 @@
 #define _ASM_FIXMAP_H
 
 #ifndef __ASSEMBLY__
-#include <linux/kernel.h>
 #include <asm/page.h>
-#include <asm/pgtable.h>
 #ifdef CONFIG_HIGHMEM
 #include <linux/threads.h>
 #include <asm/kmap_types.h>
index 04501b65040ed7b13bdb0f7745c999ef44735f88..6582f824d6206dfefddcdd81ed2509f7ebe4b1f2 100644 (file)
@@ -30,7 +30,6 @@
 #include <asm/ppc_asm.h>
 #include <asm/asm-offsets.h>
 #include <asm/ptrace.h>
-#include <asm/fixmap.h>
 #include <asm/export.h>
 
 #if CONFIG_TASK_SIZE <= 0x80000000 && CONFIG_PAGE_OFFSET >= 0x80000000
index d241cb6518dacfb4dc2347f0cf4e10b6c2c92e2a..86929469504852998d030a4b2de06fe21bf6b151 100644 (file)
@@ -19,7 +19,6 @@
 #include <linux/mm.h>
 #include <linux/sched.h>
 #include <linux/seq_file.h>
-#include <asm/fixmap.h>
 #include <asm/pgtable.h>
 #include <linux/const.h>
 #include <asm/page.h>
index b74508175b6777a5196236a249c947afc413bc00..010975c3422fa783aa404ce8969aa6134cf0a93d 100644 (file)
@@ -28,7 +28,6 @@
 #include <asm/udbg.h>
 #include <asm/io.h>
 #include <asm/cpm.h>
-#include <asm/fixmap.h>
 #include <soc/fsl/qe/qe.h>
 
 #include <mm/mmu_decl.h>