summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/cpu/mpc85xx/traps.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-05-10 11:40:06 -0600
committerTom Rini <trini@konsulko.com>2020-05-18 21:19:23 -0400
commit25a5818ff8f17420982e682c4282fcfe8405385e (patch)
tree6708091a5afd82a3b1c355f2ba2ab1ea74259fa9 /arch/powerpc/cpu/mpc85xx/traps.c
parentf7ae49fc4f363a803dab3be078e93ead8e75a8e9 (diff)
downloadu-boot-25a5818ff8f17420982e682c4282fcfe8405385e.tar.gz
u-boot-25a5818ff8f17420982e682c4282fcfe8405385e.tar.xz
u-boot-25a5818ff8f17420982e682c4282fcfe8405385e.zip
common: Drop asm/ptrace.h from common header
Move this uncommon header out of the common header. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx/traps.c')
-rw-r--r--arch/powerpc/cpu/mpc85xx/traps.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/traps.c b/arch/powerpc/cpu/mpc85xx/traps.c
index bc2fc93e11..f37a45e269 100644
--- a/arch/powerpc/cpu/mpc85xx/traps.c
+++ b/arch/powerpc/cpu/mpc85xx/traps.c
@@ -20,6 +20,7 @@
*/
#include <common.h>
+#include <asm/ptrace.h>
#include <command.h>
#include <init.h>
#include <irq_func.h>