summaryrefslogtreecommitdiff
path: root/cmd/bedbug.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 /cmd/bedbug.c
parentf7ae49fc4f363a803dab3be078e93ead8e75a8e9 (diff)
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 'cmd/bedbug.c')
-rw-r--r--cmd/bedbug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/bedbug.c b/cmd/bedbug.c
index 425ba4af1f..81ce256480 100644
--- a/cmd/bedbug.c
+++ b/cmd/bedbug.c
@@ -6,6 +6,7 @@
#include <cli.h>
#include <command.h>
#include <console.h>
+#include <asm/ptrace.h>
#include <linux/ctype.h>
#include <net.h>
#include <bedbug/type.h>