* [PATCH] Include missing headers for asm-generic/sections.h
@ 2019-12-18 2:22 Sean Anderson
2020-01-16 14:40 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Sean Anderson @ 2019-12-18 2:22 UTC (permalink / raw)
To: u-boot
asm-generic/sections.h references ulong but does not include
linux/types.h
Signed-off-by: Sean Anderson <seanga2@gmail.com>
---
include/asm-generic/sections.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/asm-generic/sections.h b/include/asm-generic/sections.h
index 296c0cf9b8..17a31ec788 100644
--- a/include/asm-generic/sections.h
+++ b/include/asm-generic/sections.h
@@ -8,6 +8,8 @@
#ifndef _ASM_GENERIC_SECTIONS_H_
#define _ASM_GENERIC_SECTIONS_H_
+#include <linux/types.h>
+
/* References to section boundaries */
extern char _text[], _stext[], _etext[];
--
2.23.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-01-16 14:40 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:22 [PATCH] Include missing headers for asm-generic/sections.h Sean Anderson
2020-01-16 14:40 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox