mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
display5: Add missing environment.h include to avoid warning
Without this change the following warning shows up when building: board/liebherr/display5/display5.c:270:3: warning: implicit declaration of function ‘eth_env_set_enetaddr’ [-Wimplicit-function-declaration] This commit fixes this issue. Signed-off-by: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
parent
0f05512d11
commit
2c09dbf425
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
#include <miiphy.h>
|
||||
#include <netdev.h>
|
||||
#include <i2c.h>
|
||||
#include <environment.h>
|
||||
|
||||
#include <dm.h>
|
||||
#include <dm/platform_data/serial_mxc.h>
|
||||
|
|
Loading…
Reference in a new issue