diff options
author | Andreas Bießmann | 2016-02-16 23:29:29 +0100 |
---|---|---|
committer | Stefano Babic | 2016-02-21 11:09:19 +0100 |
commit | 3964311473e00f4d22034cefe56d96bb625e6ba4 (patch) | |
tree | df0f8c98e16d69cf545e27ab53b3cb92a3dba9ee /tools | |
parent | fb0d042814e6ea3463ee335523222f91d891d084 (diff) |
mxsboot: remove unused include
Commit 276d3ebb883024d753cd9c69ab2fd243ffa1262e 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>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/mxsboot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/mxsboot.c b/tools/mxsboot.c index 457f4359af9..2e720095762 100644 --- a/tools/mxsboot.c +++ b/tools/mxsboot.c @@ -7,7 +7,6 @@ * SPDX-License-Identifier: GPL-2.0+ */ -#include <endian.h> #include <fcntl.h> #include <sys/stat.h> #include <sys/types.h> |