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

Peng Fan peng.fan at nxp.com
Mon Aug 28 06:29:01 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: add r-b tag

 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.2



More information about the U-Boot mailing list