
13 Aug
2017
13 Aug
'17
11:36 p.m.
On 9 August 2017 at 06:52, Peng Fan peng.fan@nxp.com wrote:
Include dm/ofnode.h.
Signed-off-by: Peng Fan peng.fan@nxp.com Cc: Simon Glass sjg@chromium.org Cc: Stefano Babic sbabic@denx.de
include/power/pmic.h | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Simon Glass sjg@chromium.org
Please see below.
diff --git a/include/power/pmic.h b/include/power/pmic.h index 4b34316..f2fe537 100644 --- a/include/power/pmic.h +++ b/include/power/pmic.h @@ -11,6 +11,7 @@ #ifndef __CORE_PMIC_H_ #define __CORE_PMIC_H_
+#include <dm/ofnode.h> #include <i2c.h>
Should be under i2c.h I think
#include <linux/list.h>
#include <power/power_chrg.h>
2.6.2