git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efddda8
)
sandbox: Add missing header file
author
Simon Glass
<sjg@chromium.org>
Fri, 20 Sep 2024 07:24:25 +0000
(09:24 +0200)
committer
Tom Rini
<trini@konsulko.com>
Thu, 3 Oct 2024 17:52:16 +0000
(11:52 -0600)
This file uses __aligned so should include the header which defines
that.
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/include/asm/sections.h
patch
|
blob
|
history
diff --git
a/arch/sandbox/include/asm/sections.h
b/arch/sandbox/include/asm/sections.h
index
88837bb
..
5e15774
100644
(file)
--- a/
arch/sandbox/include/asm/sections.h
+++ b/
arch/sandbox/include/asm/sections.h
@@
-10,6
+10,7
@@
#define __SANDBOX_SECTIONS_H
#include <asm-generic/sections.h>
+#include <linux/compiler_attributes.h>
struct sandbox_cmdline_option;