diff options
Diffstat (limited to 'board/freescale/common/mmc.c')
-rw-r--r-- | board/freescale/common/mmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/common/mmc.c b/board/freescale/common/mmc.c index 8cd5079f962..00e4f3675fe 100644 --- a/board/freescale/common/mmc.c +++ b/board/freescale/common/mmc.c @@ -4,8 +4,8 @@ * Copyright 2018-2022 NXP */ -#include <common.h> #include <command.h> +#include <vsprintf.h> #include <asm/arch/sys_proto.h> #include <linux/errno.h> #include <asm/io.h> |