mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Lucas Stach <l.stach@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH 1/3] arm: include relevant headers in barebox-arm
Date: Wed, 17 Dec 2014 11:58:19 +0100	[thread overview]
Message-ID: <1418813901-24229-1-git-send-email-l.stach@pengutronix.de> (raw)

Provide the necessary types and defines used in this header.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 arch/arm/include/asm/barebox-arm.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/include/asm/barebox-arm.h b/arch/arm/include/asm/barebox-arm.h
index 66f6fe5ef6b4..641c00f81848 100644
--- a/arch/arm/include/asm/barebox-arm.h
+++ b/arch/arm/include/asm/barebox-arm.h
@@ -27,6 +27,8 @@
 
 #include <sizes.h>
 #include <asm-generic/memory_layout.h>
+#include <linux/kernel.h>
+#include <linux/types.h>
 
 /* cpu/.../cpu.c */
 int	cleanup_before_linux(void);
-- 
2.1.3


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

             reply	other threads:[~2014-12-17 10:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-17 10:58 Lucas Stach [this message]
2014-12-17 10:58 ` [PATCH 2/3] arm: edmqmx6: build entry in lwl target Lucas Stach
2014-12-17 10:58 ` [PATCH 3/3] arm: do section garbage collection also with modules enabled Lucas Stach
2014-12-17 12:47 ` [PATCH 1/3] arm: include relevant headers in barebox-arm Sascha Hauer

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=1418813901-24229-1-git-send-email-l.stach@pengutronix.de \
    --to=l.stach@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