diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2018-07-05 18:24:53 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-07-30 14:47:54 +0200 |
commit | 8c58259bba43084eb5876aeefa574e9344b85ae3 (patch) | |
tree | b18bdd5ab3c3d0c351c680c801c245643865979f /arch/powerpc/include/asm/cputime.h | |
parent | powerpc: remove kdump.h from page.h (diff) | |
download | linux-8c58259bba43084eb5876aeefa574e9344b85ae3.tar.xz linux-8c58259bba43084eb5876aeefa574e9344b85ae3.zip |
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/cputime.h')
-rw-r--r-- | arch/powerpc/include/asm/cputime.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/cputime.h b/arch/powerpc/include/asm/cputime.h index bc4903badb3f..133672744b2e 100644 --- a/arch/powerpc/include/asm/cputime.h +++ b/arch/powerpc/include/asm/cputime.h @@ -23,7 +23,6 @@ #include <asm/div64.h> #include <asm/time.h> #include <asm/param.h> -#include <asm/cpu_has_feature.h> typedef u64 __nocast cputime_t; typedef u64 __nocast cputime64_t; |