aboutsummaryrefslogtreecommitdiff
path: root/board/cssi/cmpcpro/cmpcpro.c
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@csgroup.eu>2023-11-06 19:12:05 +0100
committerTom Rini <trini@konsulko.com>2023-11-16 18:53:09 -0500
commit15e871fc5d125f58e637d035e3aa5d01dc323e2f (patch)
tree57429341f62f390b477ecbdf423389fc7375362c /board/cssi/cmpcpro/cmpcpro.c
parent80ac19fd56fecdb88c2d34b38a42639be81fa2a5 (diff)
board: cssi: Remove usage of common.h
Remove inclusion of common.h and add relevant includes when necessary. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Diffstat (limited to 'board/cssi/cmpcpro/cmpcpro.c')
-rw-r--r--board/cssi/cmpcpro/cmpcpro.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/cssi/cmpcpro/cmpcpro.c b/board/cssi/cmpcpro/cmpcpro.c
index 8a30c48e35..ef30412456 100644
--- a/board/cssi/cmpcpro/cmpcpro.c
+++ b/board/cssi/cmpcpro/cmpcpro.c
@@ -4,7 +4,6 @@
*/
#include <command.h>
-#include <common.h>
#include <dm.h>
#include <env.h>
#include <env_internal.h>