mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-25 06:46:00 +00:00
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>
This commit is contained in:
parent
8987c06f46
commit
9a49f393e4
4 changed files with 0 additions and 4 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue