All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Heimpold <mhei@heimpold.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/4] mxsboot: remove unused include
Date: Wed, 17 Feb 2016 09:42:23 +0100	[thread overview]
Message-ID: <24287834.gYFSqrvpNs@kerker> (raw)
In-Reply-To: <1455661771-52559-3-git-send-email-andreas.devel@googlemail.com>

Am Tuesday 16 February 2016, 23:29:29 schrieb Andreas Bie?mann:
> 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>
> ---
> 
>  tools/mxsboot.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/tools/mxsboot.c b/tools/mxsboot.c
> index 457f435..2e72009 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>

Acked-by: Michael Heimpold <mhei@heimpold.de>

  parent reply	other threads:[~2016-02-17  8:42 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-16 22:29 [U-Boot] [PATCH 0/4] Some things that bug me Andreas Bießmann
2016-02-16 22:29 ` [U-Boot] [PATCH 1/4] tools: -Wno-deprecated-declarations for OpenSSL on darwin Andreas Bießmann
2016-02-17 19:00   ` Simon Glass
2016-02-25 15:23   ` [U-Boot] [U-Boot, " Tom Rini
2016-02-16 22:29 ` [U-Boot] [PATCH 2/4] mxsboot: remove unused include Andreas Bießmann
2016-02-16 22:35   ` Marek Vasut
2016-02-17  8:42   ` Michael Heimpold [this message]
2016-02-21 10:10   ` Stefano Babic
2016-02-16 22:29 ` [U-Boot] [PATCH 3/4] samsung: fix mkorigenspl for darwin Andreas Bießmann
2016-02-25 15:24   ` [U-Boot] [U-Boot,3/4] " Tom Rini
2016-02-16 22:29 ` [U-Boot] [PATCH 4/4] pci_rom: fix may be used uninitialized warning Andreas Bießmann
2016-02-17  7:23   ` Anatolij Gustschin
2016-02-25 15:24   ` [U-Boot] [U-Boot, " Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=24287834.gYFSqrvpNs@kerker \
    --to=mhei@heimpold.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.