projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e37330
)
Include missing headers for asm-generic/sections.h
author
Sean Anderson
<seanga2@gmail.com>
Wed, 18 Dec 2019 02:22:42 +0000
(21:22 -0500)
committer
Tom Rini
<trini@konsulko.com>
Thu, 16 Jan 2020 00:50:31 +0000
(19:50 -0500)
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
patch
|
blob
|
history
diff --git
a/include/asm-generic/sections.h
b/include/asm-generic/sections.h
index 296c0cf9b80358afa0a48db16f8d2194a4c20fe4..17a31ec78805e5858373b4a2004ccdf20f79b168 100644
(file)
--- 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[];