UPSTREAM: power: pmic.h: include dm/ofnode.h
Include dm/ofnode.h. Change-Id: I44d76be779c10e354d012e46c591425bf0cb9a60 Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Simon Glass <sjg@chromium.org> Cc: Stefano Babic <sbabic@denx.de> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit d56f6ca288c588b6a17edf7a4952e1bc3b56220c)
This commit is contained in:
parent
0e13c182e0
commit
92671781a6
|
|
@ -11,6 +11,7 @@
|
||||||
#ifndef __CORE_PMIC_H_
|
#ifndef __CORE_PMIC_H_
|
||||||
#define __CORE_PMIC_H_
|
#define __CORE_PMIC_H_
|
||||||
|
|
||||||
|
#include <dm/ofnode.h>
|
||||||
#include <i2c.h>
|
#include <i2c.h>
|
||||||
#include <linux/list.h>
|
#include <linux/list.h>
|
||||||
#include <power/power_chrg.h>
|
#include <power/power_chrg.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue