aboutsummaryrefslogtreecommitdiff
path: root/cmd/sandbox
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2024-02-12 17:53:29 +0100
committerTom Rini <trini@konsulko.com>2024-03-02 12:26:19 -0500
commit9a49f393e4d3f4e83a75bf51e8fd49a3fb615d7b (patch)
tree7e11ab58c873d8f26a879236425a95a008127eea /cmd/sandbox
parent8987c06f46dfd192f765c738b15119850054f18b (diff)
downloadu-boot-9a49f393e4d3f4e83a75bf51e8fd49a3fb615d7b.zip
u-boot-9a49f393e4d3f4e83a75bf51e8fd49a3fb615d7b.tar.gz
u-boot-9a49f393e4d3f4e83a75bf51e8fd49a3fb615d7b.tar.bz2
cmd: remove common.h from exception command implementations
The common.h should not be used anymore. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'cmd/sandbox')
-rw-r--r--cmd/sandbox/exception.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/sandbox/exception.c b/cmd/sandbox/exception.c
index c082401..cfa153d 100644
--- a/cmd/sandbox/exception.c
+++ b/cmd/sandbox/exception.c
@@ -5,7 +5,6 @@
* Copyright (c) 2020, Heinrich Schuchardt <xypron.glpk@gmx.de>
*/
-#include <common.h>
#include <command.h>
static int do_sigsegv(struct cmd_tbl *cmdtp, int flag, int argc,