mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: i.MX: HAB: fix missing include
@ 2018-07-27 13:45 Roland Hieber
  2018-07-30 11:56 ` Roland Hieber
  0 siblings, 1 reply; 2+ messages in thread
From: Roland Hieber @ 2018-07-27 13:45 UTC (permalink / raw)
  To: barebox; +Cc: Roland Hieber

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: i.MX: HAB: fix missing include
  2018-07-27 13:45 [PATCH] ARM: i.MX: HAB: fix missing include Roland Hieber
@ 2018-07-30 11:56 ` Roland Hieber
  0 siblings, 0 replies; 2+ messages in thread
From: Roland Hieber @ 2018-07-30 11:56 UTC (permalink / raw)
  To: barebox

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-30 11:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-27 13:45 [PATCH] ARM: i.MX: HAB: fix missing include Roland Hieber
2018-07-30 11:56 ` Roland Hieber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox