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:
2cede45
)
linker_lists: include <linux/compiler.h>
author
Masahiro Yamada
<yamada.m@jp.panasonic.com>
Tue, 7 Oct 2014 05:48:22 +0000
(14:48 +0900)
committer
Simon Glass
<sjg@chromium.org>
Wed, 22 Oct 2014 16:32:16 +0000
(10:32 -0600)
The header file include/linker_lists.h uses __aligned();
therefore it depends on include/linux/compiler.h
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
include/linker_lists.h
patch
|
blob
|
history
diff --git
a/include/linker_lists.h
b/include/linker_lists.h
index 507d61ba9a5c0d54d60f54f966391a8a7ef6eae2..046ac907d20bac19441a3b2ced69df477c71e316 100644
(file)
--- a/
include/linker_lists.h
+++ b/
include/linker_lists.h
@@
-11,6
+11,8
@@
#ifndef __LINKER_LISTS_H__
#define __LINKER_LISTS_H__
+#include <linux/compiler.h>
+
/*
* There is no use in including this from ASM files, but that happens
* anyway, e.g. PPC kgdb.S includes command.h which incluse us.