diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2018-07-05 19:24:53 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-07-30 15:47:54 +0300 |
commit | 8c58259bba43084eb5876aeefa574e9344b85ae3 (patch) | |
tree | b18bdd5ab3c3d0c351c680c801c245643865979f /arch/powerpc/include/asm/dbell.h | |
parent | db0a2b633da4216b767d7aed95ffe30d37409c7a (diff) | |
download | linux-8c58259bba43084eb5876aeefa574e9344b85ae3.tar.xz |
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>
Diffstat (limited to 'arch/powerpc/include/asm/dbell.h')
-rw-r--r-- | arch/powerpc/include/asm/dbell.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/dbell.h b/arch/powerpc/include/asm/dbell.h index 9f2ae0d25e15..998c42ff1caa 100644 --- a/arch/powerpc/include/asm/dbell.h +++ b/arch/powerpc/include/asm/dbell.h @@ -16,7 +16,6 @@ #include <linux/threads.h> #include <asm/ppc-opcode.h> -#include <asm/cpu_has_feature.h> #define PPC_DBELL_MSG_BRDCAST (0x04000000) #define PPC_DBELL_TYPE(x) (((x) & 0xf) << (63-36)) |