diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2018-07-05 16:25:01 +0000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-07-30 22:48:17 +1000 |
commit | 2c86cd188f8a5631f3d75a1dea14d22df85189b4 (patch) | |
tree | 025e510205b3e2d750bef0c25707bea900082caa /arch/powerpc/kernel/cpu_setup_6xx.S | |
parent | 5c35a02c545a7bbe77f3a1ae337d9e29beed079b (diff) | |
download | linux-stable-2c86cd188f8a5631f3d75a1dea14d22df85189b4.tar.gz linux-stable-2c86cd188f8a5631f3d75a1dea14d22df85189b4.tar.bz2 linux-stable-2c86cd188f8a5631f3d75a1dea14d22df85189b4.zip |
powerpc: clean inclusions of asm/feature-fixups.h
files not using feature fixup don't need asm/feature-fixups.h
files using feature fixup need asm/feature-fixups.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/kernel/cpu_setup_6xx.S')
-rw-r--r-- | arch/powerpc/kernel/cpu_setup_6xx.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/cpu_setup_6xx.S b/arch/powerpc/kernel/cpu_setup_6xx.S index a9f3970693e1..fa3c2c91290c 100644 --- a/arch/powerpc/kernel/cpu_setup_6xx.S +++ b/arch/powerpc/kernel/cpu_setup_6xx.S @@ -16,6 +16,7 @@ #include <asm/asm-offsets.h> #include <asm/cache.h> #include <asm/mmu.h> +#include <asm/feature-fixups.h> _GLOBAL(__setup_cpu_603) mflr r5 |