summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSean Anderson <seanga2@gmail.com>2019-12-18 05:22:42 +0300
committerTom Rini <trini@konsulko.com>2020-01-16 03:50:31 +0300
commitfbdbf77edec26cc7869b310a5018590490ecb192 (patch)
treef548d40741b6f8b6ad01a467cfe60817b01a09e9 /include
parent1e373301dc90cd9a33f858d00804061b7e3e29ce (diff)
downloadu-boot-fbdbf77edec26cc7869b310a5018590490ecb192.tar.xz
Include missing headers for asm-generic/sections.h
asm-generic/sections.h references ulong but does not include linux/types.h Signed-off-by: Sean Anderson <seanga2@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/asm-generic/sections.h2
1 files changed, 2 insertions, 0 deletions
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[];