mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
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>
This commit is contained in:
parent
322ca743d2
commit
71b68b2d41
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue