From 9a49f393e4d3f4e83a75bf51e8fd49a3fb615d7b Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Mon, 12 Feb 2024 17:53:29 +0100 Subject: cmd: remove common.h from exception command implementations The common.h should not be used anymore. Signed-off-by: Heinrich Schuchardt Reviewed-by: Tom Rini --- cmd/arm/exception.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd/arm') diff --git a/cmd/arm/exception.c b/cmd/arm/exception.c index 522f6dff53f..98a9795b68c 100644 --- a/cmd/arm/exception.c +++ b/cmd/arm/exception.c @@ -5,7 +5,6 @@ * Copyright (c) 2018, Heinrich Schuchardt */ -#include #include static int do_unaligned(struct cmd_tbl *cmdtp, int flag, int argc, -- cgit v1.2.3