summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/arch-coreboot/sysinfo.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-11-26 07:00:58 (GMT)
committerTom Rini <trini@ti.com>2014-12-08 14:35:46 (GMT)
commitafc366f01bea2361bc08b1a7b51e0cef81d66173 (patch)
tree0374b9f06740ed7bfb8038728ad174852921c4ae /arch/x86/include/asm/arch-coreboot/sysinfo.h
parente873b97a01937549f2dbf0acdb0130d732a3dfb7 (diff)
downloadu-boot-afc366f01bea2361bc08b1a7b51e0cef81d66173.tar.xz
Replace <compiler.h> with <linux/compiler.h>
Including <linux/compiler.h> is enough for general use. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'arch/x86/include/asm/arch-coreboot/sysinfo.h')
-rw-r--r--arch/x86/include/asm/arch-coreboot/sysinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/arch-coreboot/sysinfo.h b/arch/x86/include/asm/arch-coreboot/sysinfo.h
index 8e4a61d..832c50a 100644
--- a/arch/x86/include/asm/arch-coreboot/sysinfo.h
+++ b/arch/x86/include/asm/arch-coreboot/sysinfo.h
@@ -10,7 +10,7 @@
#define _COREBOOT_SYSINFO_H
#include <common.h>
-#include <compiler.h>
+#include <linux/compiler.h>
#include <libfdt.h>
#include <asm/arch/tables.h>