mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-22 06:32:23 +00: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:
parent
e873b97a01
commit
afc366f01b
13 changed files with 14 additions and 14 deletions
|
@ -3,7 +3,7 @@
|
|||
#define __GLUE_ZLIB_H__
|
||||
|
||||
#include <common.h>
|
||||
#include <compiler.h>
|
||||
#include <linux/compiler.h>
|
||||
#include <asm/unaligned.h>
|
||||
#include <watchdog.h>
|
||||
#include "u-boot/zlib.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue