diff options
Diffstat (limited to 'board')
-rw-r--r-- | board/ait/cam_enc_4xx/cam_enc_4xx.c | 1 | ||||
-rw-r--r-- | board/amcc/yucca/cmd_yucca.c | 1 | ||||
-rw-r--r-- | board/eltec/elppc/misc.c | 1 | ||||
-rw-r--r-- | board/eltec/mhpc/mhpc.c | 1 | ||||
-rw-r--r-- | board/hymod/hymod.c | 1 | ||||
-rw-r--r-- | board/hymod/input.c | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/board/ait/cam_enc_4xx/cam_enc_4xx.c b/board/ait/cam_enc_4xx/cam_enc_4xx.c index b5cc3ed363..7c26ba0059 100644 --- a/board/ait/cam_enc_4xx/cam_enc_4xx.c +++ b/board/ait/cam_enc_4xx/cam_enc_4xx.c @@ -8,6 +8,7 @@ */ #include <common.h> +#include <cli.h> #include <errno.h> #include <linux/mtd/nand.h> #include <nand.h> diff --git a/board/amcc/yucca/cmd_yucca.c b/board/amcc/yucca/cmd_yucca.c index dc78b73731..3257c29871 100644 --- a/board/amcc/yucca/cmd_yucca.c +++ b/board/amcc/yucca/cmd_yucca.c @@ -8,6 +8,7 @@ */ #include <common.h> +#include <cli.h> #include <command.h> #include "yucca.h" #include <i2c.h> diff --git a/board/eltec/elppc/misc.c b/board/eltec/elppc/misc.c index d80eaba2d0..70d1f9a17f 100644 --- a/board/eltec/elppc/misc.c +++ b/board/eltec/elppc/misc.c @@ -7,6 +7,7 @@ /* includes */ #include <common.h> +#include <cli.h> #include <linux/ctype.h> #include <pci.h> #include <net.h> diff --git a/board/eltec/mhpc/mhpc.c b/board/eltec/mhpc/mhpc.c index f3f564ffe4..ff9e0ab972 100644 --- a/board/eltec/mhpc/mhpc.c +++ b/board/eltec/mhpc/mhpc.c @@ -14,6 +14,7 @@ * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> +#include <cli.h> #include <linux/ctype.h> #include <commproc.h> #include "mpc8xx.h" diff --git a/board/hymod/hymod.c b/board/hymod/hymod.c index 5fec914f5a..ea49e26dd2 100644 --- a/board/hymod/hymod.c +++ b/board/hymod/hymod.c @@ -8,6 +8,7 @@ */ #include <common.h> +#include <cli.h> #include <mpc8260.h> #include <mpc8260_irq.h> #include <ioports.h> diff --git a/board/hymod/input.c b/board/hymod/input.c index 184902cde5..23d3f19e3e 100644 --- a/board/hymod/input.c +++ b/board/hymod/input.c @@ -6,6 +6,7 @@ */ #include <common.h> +#include <cli.h> int hymod_get_serno (const char *prompt) |