mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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:
parent
1e373301dc
commit
fbdbf77ede
1 changed files with 2 additions and 0 deletions
|
@ -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[];
|
||||
|
|
Loading…
Reference in a new issue