commit | 25a5818ff8f17420982e682c4282fcfe8405385e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 10 11:40:06 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 18 21:19:23 2020 -0400 |
tree | 6708091a5afd82a3b1c355f2ba2ab1ea74259fa9 | |
parent | f7ae49fc4f363a803dab3be078e93ead8e75a8e9 [diff] [blame] |
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>
diff --git a/arch/powerpc/cpu/mpc83xx/traps.c b/arch/powerpc/cpu/mpc83xx/traps.c index 1c6c38b..c3cc119 100644 --- a/arch/powerpc/cpu/mpc83xx/traps.c +++ b/arch/powerpc/cpu/mpc83xx/traps.c
@@ -12,6 +12,7 @@ */ #include <common.h> +#include <asm/ptrace.h> #include <command.h> #include <kgdb.h> #include <asm/processor.h>