From: Roland Hieber <r.hieber@pengutronix.de>
To: barebox@lists.infradead.org
Subject: Re: [PATCH] ARM: i.MX: HAB: fix missing include
Date: Mon, 30 Jul 2018 13:56:36 +0200 [thread overview]
Message-ID: <20180730115636.c43qv3dxzclo4eqv@pengutronix.de> (raw)
In-Reply-To: <20180727134555.11676-1-r.hieber@pengutronix.de>
Resent this patch with a better message in the other patch queue (see
[0]), so this one can be dropped.
[0]: https://www.mail-archive.com/barebox@lists.infradead.org/msg27250.html
- Roland
On Fri, Jul 27, 2018 at 03:45:55PM +0200, Roland Hieber wrote:
> The code below uses EPERM, which is defined in errno.h.
>
> Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
> ---
> include/hab.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/include/hab.h b/include/hab.h
> index fb7149ef53..78c2b865ba 100644
> --- a/include/hab.h
> +++ b/include/hab.h
> @@ -18,6 +18,8 @@
> #ifndef __HABV4_H
> #define __HABV4_H
>
> +#include <errno.h>
> +
> #ifdef CONFIG_HABV4
> int imx28_hab_get_status(void);
> int imx6_hab_get_status(void);
> --
> 2.18.0
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Roland Hieber | r.hieber@pengutronix.de |
Pengutronix e.K. | https://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim | Phone: +49-5121-206917-5086 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2018-07-30 11:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-27 13:45 Roland Hieber
2018-07-30 11:56 ` Roland Hieber [this message]
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=20180730115636.c43qv3dxzclo4eqv@pengutronix.de \
--to=r.hieber@pengutronix.de \
--cc=barebox@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox