]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
linker_lists: include <linux/compiler.h>
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 7 Oct 2014 05:48:22 +0000 (14:48 +0900)
committerSimon Glass <sjg@chromium.org>
Wed, 22 Oct 2014 16:32:16 +0000 (10:32 -0600)
commitdc7cb46f9707d27c9a9d66684c391062ccf8773f
tree60ab7529b3b7b3d6192973ddc81f780c629e6409
parent2cede453dadae5bacd9c659704029bf81e7b06a0
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>
include/linker_lists.h