diff options
author | Christophe Leroy <[email protected]> | 2018-07-05 16:25:01 +0000 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2018-07-30 22:48:17 +1000 |
commit | 2c86cd188f8a5631f3d75a1dea14d22df85189b4 (patch) | |
tree | 025e510205b3e2d750bef0c25707bea900082caa /arch/powerpc/include/asm/firmware.h | |
parent | 5c35a02c545a7bbe77f3a1ae337d9e29beed079b (diff) |
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 <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Diffstat (limited to 'arch/powerpc/include/asm/firmware.h')
-rw-r--r-- | arch/powerpc/include/asm/firmware.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/firmware.h b/arch/powerpc/include/asm/firmware.h index ce8aab72c21b..7a051bd21f87 100644 --- a/arch/powerpc/include/asm/firmware.h +++ b/arch/powerpc/include/asm/firmware.h @@ -14,7 +14,6 @@ #ifdef __KERNEL__ -#include <asm/feature-fixups.h> #include <asm/asm-const.h> /* firmware feature bitmask values */ |