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

powerpc: remove unneeded inclusions of cpu_has_feature.h

Files not using cpu_has_feature() don't need cpu_has_feature.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
8c58259b db0a2b63

-4
-1
arch/powerpc/include/asm/cacheflush.h
··· 11 11 12 12 #include <linux/mm.h> 13 13 #include <asm/cputable.h> 14 - #include <asm/cpu_has_feature.h> 15 14 16 15 /* 17 16 * No cache flushing is required when address mappings are changed,
-1
arch/powerpc/include/asm/cputime.h
··· 23 23 #include <asm/div64.h> 24 24 #include <asm/time.h> 25 25 #include <asm/param.h> 26 - #include <asm/cpu_has_feature.h> 27 26 28 27 typedef u64 __nocast cputime_t; 29 28 typedef u64 __nocast cputime64_t;
-1
arch/powerpc/include/asm/dbell.h
··· 16 16 #include <linux/threads.h> 17 17 18 18 #include <asm/ppc-opcode.h> 19 - #include <asm/cpu_has_feature.h> 20 19 21 20 #define PPC_DBELL_MSG_BRDCAST (0x04000000) 22 21 #define PPC_DBELL_TYPE(x) (((x) & 0xf) << (63-36))
-1
arch/powerpc/kernel/vdso.c
··· 22 22 #include <linux/security.h> 23 23 #include <linux/memblock.h> 24 24 25 - #include <asm/cpu_has_feature.h> 26 25 #include <asm/pgtable.h> 27 26 #include <asm/processor.h> 28 27 #include <asm/mmu.h>