aboutsummaryrefslogtreecommitdiffstats
path: root/board/congatec/common
diff options
context:
space:
mode:
Diffstat (limited to 'board/congatec/common')
-rw-r--r--board/congatec/common/mmc.c3
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>