diff options
author | Simon Glass <sjg@chromium.org> | 2020-05-10 11:40:06 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-18 21:19:23 -0400 |
commit | 25a5818ff8f17420982e682c4282fcfe8405385e (patch) | |
tree | 6708091a5afd82a3b1c355f2ba2ab1ea74259fa9 /arch/arm/mach-meson/board-common.c | |
parent | f7ae49fc4f363a803dab3be078e93ead8e75a8e9 (diff) | |
download | u-boot-25a5818ff8f17420982e682c4282fcfe8405385e.tar.gz |
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/arm/mach-meson/board-common.c')
-rw-r--r-- | arch/arm/mach-meson/board-common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-meson/board-common.c b/arch/arm/mach-meson/board-common.c index 2a93cd1811..19e5bfd366 100644 --- a/arch/arm/mach-meson/board-common.c +++ b/arch/arm/mach-meson/board-common.c @@ -10,6 +10,7 @@ #include <asm/arch/boot.h> #include <env.h> #include <asm/cache.h> +#include <asm/ptrace.h> #include <linux/libfdt.h> #include <linux/err.h> #include <asm/arch/mem.h> |