git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71b68b2
)
ls2080aqds: Add missing headers to eth_ls1088aqds.c
author
Tom Rini
<trini@konsulko.com>
Wed, 1 Nov 2023 16:28:17 +0000
(12:28 -0400)
committer
Tom 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/ls2080aqds/eth.c
patch
|
blob
|
history
diff --git
a/board/freescale/ls2080aqds/eth.c
b/board/freescale/ls2080aqds/eth.c
index
0d0d5de
..
048ab44
100644
(file)
--- a/
board/freescale/ls2080aqds/eth.c
+++ b/
board/freescale/ls2080aqds/eth.c
@@
-3,6
+3,8
@@
* Copyright 2015 Freescale Semiconductor, Inc.
*/
+#include <vsprintf.h>
+#include <linux/string.h>
#include <asm/io.h>
#include <asm/arch/fsl_serdes.h>
#include <fsl-mc/fsl_mc.h>