Commit dc7cb46f9707d27c9a9d66684c391062ccf8773f

Authored by Masahiro Yamada
Committed by Simon Glass
1 parent 2cede453da

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>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

include/linker_lists.h
... ... @@ -11,6 +11,8 @@
11 11 #ifndef __LINKER_LISTS_H__
12 12 #define __LINKER_LISTS_H__
13 13  
  14 +#include <linux/compiler.h>
  15 +
14 16 /*
15 17 * There is no use in including this from ASM files, but that happens
16 18 * anyway, e.g. PPC kgdb.S includes command.h which incluse us.