diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2018-07-05 18:25:03 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-07-30 14:48:18 +0200 |
commit | e8cb7a55eb8dcf65838d0911dc7ba00b7d7accf5 (patch) | |
tree | 7706b2cb8852082943f0d284fd474dfad32bde75 /arch/powerpc/sysdev | |
parent | powerpc: clean inclusions of asm/feature-fixups.h (diff) | |
download | linux-e8cb7a55eb8dcf65838d0911dc7ba00b7d7accf5.tar.xz linux-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/sysdev')
-rw-r--r-- | arch/powerpc/sysdev/cpm_common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/cpm_common.c b/arch/powerpc/sysdev/cpm_common.c index b74508175b67..010975c3422f 100644 --- a/arch/powerpc/sysdev/cpm_common.c +++ b/arch/powerpc/sysdev/cpm_common.c @@ -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> |