1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-04 08:51:43 +02: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:
Masahiro Yamada
2014-11-26 16:00:58 +09:00
committed by Tom Rini
parent e873b97a01
commit afc366f01b
13 changed files with 14 additions and 14 deletions

View File

@@ -9,7 +9,7 @@
#ifndef _COREBOOT_TABLES_H
#define _COREBOOT_TABLES_H
#include <compiler.h>
#include <linux/compiler.h>
struct cbuint64 {
u32 lo;