aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/fixmap.h
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2018-07-05 16:25:03 +0000
committerMichael Ellerman <mpe@ellerman.id.au>2018-07-30 22:48:18 +1000
commite8cb7a55eb8dcf65838d0911dc7ba00b7d7accf5 (patch)
tree7706b2cb8852082943f0d284fd474dfad32bde75 /arch/powerpc/include/asm/fixmap.h
parentpowerpc: clean inclusions of asm/feature-fixups.h (diff)
downloadlinux-dev-e8cb7a55eb8dcf65838d0911dc7ba00b7d7accf5.tar.xz
linux-dev-e8cb7a55eb8dcf65838d0911dc7ba00b7d7accf5.zip
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>
Diffstat (limited to 'arch/powerpc/include/asm/fixmap.h')
-rw-r--r--arch/powerpc/include/asm/fixmap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/fixmap.h b/arch/powerpc/include/asm/fixmap.h
index 6c40dfda5912..40efdf1d2d6e 100644
--- a/arch/powerpc/include/asm/fixmap.h
+++ b/arch/powerpc/include/asm/fixmap.h
@@ -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>