diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-30 20:41:30 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-06 15:07:49 -0600 |
commit | ab61cc7d98f690216361d3bab5950cd46fe75a10 (patch) | |
tree | 90bc11138940b10e16aea82ef759bcf94d08466d /board/congatec/common/mmc.c | |
parent | 60cf9f0232a8fbb9573f20ed07c106ca1726a1dc (diff) |
board: congatec: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.
Acked-by: Oliver Graute <oliver.graute@kococonnector.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/congatec/common/mmc.c')
-rw-r--r-- | board/congatec/common/mmc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/congatec/common/mmc.c b/board/congatec/common/mmc.c index bb7a3d4a9aa..74a189ab4d7 100644 --- a/board/congatec/common/mmc.c +++ b/board/congatec/common/mmc.c @@ -4,7 +4,8 @@ * Copyright 2018 NXP * */ -#include <common.h> + +#include <vsprintf.h> #include <linux/errno.h> #include <asm/io.h> #include <env.h> |