[U-Boot] [PATCH V4 09/12] power: pmic.h: include dm/ofnode.h

Peng Fan peng.fan at nxp.com
Wed Aug 30 06:14:50 UTC 2017


Include dm/ofnode.h.

Signed-off-by: Peng Fan <peng.fan at nxp.com>
Reviewed-by: Simon Glass <sjg at chromium.org>
Cc: Stefano Babic <sbabic at denx.de>
---

V2: none
V3: add r-b tag
V4: none

 include/power/pmic.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/power/pmic.h b/include/power/pmic.h
index 4b34316..e2517f2 100644
--- a/include/power/pmic.h
+++ b/include/power/pmic.h
@@ -12,6 +12,7 @@
 #define __CORE_PMIC_H_
 
 #include <i2c.h>
+#include <dm/ofnode.h>
 #include <linux/list.h>
 #include <power/power_chrg.h>
 
-- 
2.6.6



More information about the U-Boot mailing list