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>
This commit is contained in:
Sean Anderson
2020-01-15 19:50:31 -05:00
committed by Tom Rini
parent 1e373301dc
commit fbdbf77ede
+2
View File
@@ -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[];