]> git.sur5r.net Git - u-boot/commit
display5: Add missing environment.h include to avoid warning
authorLukasz Majewski <lukma@denx.de>
Fri, 11 May 2018 14:51:19 +0000 (16:51 +0200)
committerStefano Babic <sbabic@denx.de>
Mon, 18 Jun 2018 13:44:21 +0000 (15:44 +0200)
commit2c09dbf4250be1f6c8fc391cc1882df35b47a421
tree61817950344791e00493e424c1dbbe09fb8ad11d
parent0f05512d1135b034d09b058e2826d9c59cc26a7d
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>
board/liebherr/display5/display5.c