mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08: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
@ -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>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user