mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 15:01:27 +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:
committed by
Tom Rini
parent
e873b97a01
commit
afc366f01b
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user