1
0
Fork 0

mxsboot: remove unused include

Commit 276d3ebb88 removed htole32() but missed
to remove the corresponding header. This is annoying, since BSD systems do not
have endian.h.

Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Acked-by: Marek Vasut <marex@denx.de>
Acked-by: Michael Heimpold <mhei@heimpold.de>
utp
Andreas Bießmann 2016-02-16 23:29:29 +01:00 committed by Stefano Babic
parent fb0d042814
commit 3964311473
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@
* SPDX-License-Identifier: GPL-2.0+
*/
#include <endian.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>