From: Andreas Bießmann Date: Tue, 16 Feb 2016 22:29:29 +0000 (+0100) Subject: mxsboot: remove unused include X-Git-Tag: v2016.03-rc3~74^2~22 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3964311473e00f4d22034cefe56d96bb625e6ba4;p=u-boot 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 Acked-by: Marek Vasut Acked-by: Michael Heimpold --- diff --git a/tools/mxsboot.c b/tools/mxsboot.c index 457f4359af..2e72009576 100644 --- a/tools/mxsboot.c +++ b/tools/mxsboot.c @@ -7,7 +7,6 @@ * SPDX-License-Identifier: GPL-2.0+ */ -#include #include #include #include