mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 19:05:51 +01: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:
committed by
Tom Rini
parent
8987c06f46
commit
9a49f393e4
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user