]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
cmd: remove common.h from exception command implementations
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 12 Feb 2024 16:53:29 +0000 (17:53 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 2 Mar 2024 17:26:19 +0000 (12:26 -0500)
The common.h should not be used anymore.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
cmd/arm/exception.c
cmd/riscv/exception.c
cmd/sandbox/exception.c
cmd/x86/exception.c

index 522f6dff53f266d31ee267b3af1b0dc042718b5a..98a9795b68c82cf0dfb6d416c68a1cb7826814a2 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (c) 2018, Heinrich Schuchardt <xypron.glpk@gmx.de>
  */
 
-#include <common.h>
 #include <command.h>
 
 static int do_unaligned(struct cmd_tbl *cmdtp, int flag, int argc,
index f38f454a0b1fb7b9641b133461b5f5cb7d752c42..14ad6c440a5606120a7bf3308be2cca8eb35b9ce 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (c) 2018, Heinrich Schuchardt <xypron.glpk@gmx.de>
  */
 
-#include <common.h>
 #include <command.h>
 
 static int do_compressed(struct cmd_tbl *cmdtp, int flag, int argc,
index c082401ce6b34feb2b598b2060ae2264698823b6..cfa153da26028e8455402e126de590ed7e2c174c 100644 (file)
@@ -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,
index 82faaa913e5c60c51fc33bfe5630282266c64f89..14b6bd6f4932e6536d7c2a82a679989992cd9be9 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (c) 2018, Heinrich Schuchardt <xypron.glpk@gmx.de>
  */
 
-#include <common.h>
 #include <command.h>
 
 static int do_undefined(struct cmd_tbl *cmdtp, int flag, int argc,