Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c86cd18 authored by Christophe Leroy's avatar Christophe Leroy Committed by Michael Ellerman
Browse files

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: default avatarChristophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 5c35a02c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@


#include <linux/types.h>
#include <asm/feature-fixups.h>
#include <uapi/asm/cputable.h>
#include <asm/asm-const.h>

+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
#include <linux/threads.h>

#include <asm/ppc-opcode.h>
#include <asm/feature-fixups.h>

#define PPC_DBELL_MSG_BRDCAST	(0x04000000)
#define PPC_DBELL_TYPE(x)	(((x) & 0xf) << (63-36))
+0 −1
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@
 */

#include <linux/types.h>
#include <asm/feature-fixups.h>
#include <uapi/asm/cputable.h>

#ifdef CONFIG_PPC_DT_CPU_FTRS
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@
 * implementations as possible.
 */
#include <asm/head-64.h>
#include <asm/feature-fixups.h>

/* PACA save area offsets (exgen, exmc, etc) */
#define EX_R9		0
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@

#ifdef __KERNEL__

#include <asm/feature-fixups.h>
#include <asm/asm-const.h>

/* firmware feature bitmask values */
Loading