projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f05512
)
display5: Add missing environment.h include to avoid warning
author
Lukasz Majewski
<lukma@denx.de>
Fri, 11 May 2018 14:51:19 +0000
(16:51 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Mon, 18 Jun 2018 13:44:21 +0000
(15:44 +0200)
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>
board/liebherr/display5/display5.c
patch
|
blob
|
history
diff --git
a/board/liebherr/display5/display5.c
b/board/liebherr/display5/display5.c
index a3deba216c72038599b3ac1ac58143dbbbab2b29..d8383170d2fadab375d1eba2cc5064dd8a6f6e12 100644
(file)
--- a/
board/liebherr/display5/display5.c
+++ b/
board/liebherr/display5/display5.c
@@
-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>