mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
linker_lists: include <linux/compiler.h>
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>
This commit is contained in:
parent
2cede453da
commit
dc7cb46f97
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue