All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Include missing headers for fdt_support.h
@ 2019-12-18  2:21 Sean Anderson
  2020-01-10  8:57 ` sjg at google.com
  0 siblings, 1 reply; 2+ messages in thread
From: Sean Anderson @ 2019-12-18  2:21 UTC (permalink / raw)
  To: u-boot

fdt_support.h is missing declarations for bd_t. Including asm/u-boot.h
pulls in the definition.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
---
 include/fdt_support.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/fdt_support.h b/include/fdt_support.h
index 2286ea7793..3f4bc643d4 100644
--- a/include/fdt_support.h
+++ b/include/fdt_support.h
@@ -9,6 +9,7 @@

 #ifdef CONFIG_OF_LIBFDT

+#include <asm/u-boot.h>
 #include <linux/libfdt.h>

 u32 fdt_getprop_u32_default_node(const void *fdt, int off, int cell,
-- 
2.23.0

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

* [PATCH] Include missing headers for fdt_support.h
  2019-12-18  2:21 [PATCH] Include missing headers for fdt_support.h Sean Anderson
@ 2020-01-10  8:57 ` sjg at google.com
  0 siblings, 0 replies; 2+ messages in thread
From: sjg at google.com @ 2020-01-10  8:57 UTC (permalink / raw)
  To: u-boot

fdt_support.h is missing declarations for bd_t. Including asm/u-boot.h
pulls in the definition.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
---
 include/fdt_support.h | 1 +
 1 file changed, 1 insertion(+)

Applied to u-boot-dm, thanks!

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

end of thread, other threads:[~2020-01-10  8:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-18  2:21 [PATCH] Include missing headers for fdt_support.h Sean Anderson
2020-01-10  8:57 ` sjg at google.com

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.