]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ls1088a: Add missing headers to eth_ls1088aqds.c
authorTom Rini <trini@konsulko.com>
Wed, 1 Nov 2023 16:28:16 +0000 (12:28 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 19:50:52 +0000 (14:50 -0500)
As we call sprintf in this file we need to include vsprintf.h in order
to get the function prototype and we need linux/string.h for strcmp.

Signed-off-by: Tom Rini <trini@konsulko.com>
board/freescale/ls1088a/eth_ls1088aqds.c

index f62f5fd274508bfce398022d4c11273bcdb2228b..2fece3a1b09b989f56ffc61be89d87e2ba10777f 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright 2017 NXP
  */
 
+#include <vsprintf.h>
+#include <linux/string.h>
 #include <asm/io.h>
 #include <asm/arch/fsl_serdes.h>
 #include <fsl-mc/fsl_mc.h>