1
0
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:
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

@@ -14,7 +14,7 @@
#include <linux/types.h>
#include <power/pmic.h>
#include <i2c.h>
#include <compiler.h>
#include <linux/compiler.h>
int pmic_reg_write(struct pmic *p, u32 reg, u32 val)
{

View File

@@ -13,7 +13,7 @@
#define _MVRTC_H_
#include <asm/arch/soc.h>
#include <compiler.h>
#include <linux/compiler.h>
/* RTC registers */
struct mvrtc_registers {

View File

@@ -34,7 +34,7 @@
#include <config.h>
#include <common.h>
#include <compiler.h>
#include <linux/compiler.h>
#include <fdtdec.h>
#include <i2c.h>
#include <tpm.h>

View File

@@ -38,7 +38,7 @@
#include <common.h>
#include <fdtdec.h>
#include <compiler.h>
#include <linux/compiler.h>
#include <i2c.h>
#include <tpm.h>
#include <asm-generic/errno.h>