]> git.dujemihanovic.xyz Git - u-boot.git/commit
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)
commit71b68b2d4111cce69fce7b3df3690a38e6e888e5
treebfb73e9452884f415c9780e040352bfe91a9c61c
parent322ca743d2085e758e986c6b84fe71d7f935acea
ls1088a: Add missing headers to eth_ls1088aqds.c

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