mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 19:05:51 +01:00
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>
This commit is contained in:
committed by
Tom Rini
parent
e873b97a01
commit
afc366f01b
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user