All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] asm-generic/u-boot.h: make <asm-generic/u-boot.h> self-contained
@ 2020-02-24 17:24 Masahiro Yamada
  2020-03-17 15:28 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2020-02-24 17:24 UTC (permalink / raw)
  To: u-boot

This header uses 'phys_addr_t' and 'ulong'. Include the definitions.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---

 include/asm-generic/u-boot.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/asm-generic/u-boot.h b/include/asm-generic/u-boot.h
index eee84f49bb..d0fd24446f 100644
--- a/include/asm-generic/u-boot.h
+++ b/include/asm-generic/u-boot.h
@@ -15,6 +15,8 @@
 #ifndef __ASM_GENERIC_U_BOOT_H__
 #define __ASM_GENERIC_U_BOOT_H__
 
+#include <linux/types.h>
+
 /*
  * Board information passed to Linux kernel from U-Boot
  *
-- 
2.17.1

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

* [PATCH] asm-generic/u-boot.h: make <asm-generic/u-boot.h> self-contained
  2020-02-24 17:24 [PATCH] asm-generic/u-boot.h: make <asm-generic/u-boot.h> self-contained Masahiro Yamada
@ 2020-03-17 15:28 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2020-03-17 15:28 UTC (permalink / raw)
  To: u-boot

On Tue, Feb 25, 2020 at 02:24:17AM +0900, Masahiro Yamada wrote:

> This header uses 'phys_addr_t' and 'ulong'. Include the definitions.
> 
> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

Applied to u-boot/next, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200317/518e94da/attachment.sig>

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

end of thread, other threads:[~2020-03-17 15:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-24 17:24 [PATCH] asm-generic/u-boot.h: make <asm-generic/u-boot.h> self-contained Masahiro Yamada
2020-03-17 15:28 ` Tom Rini

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.