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

Peng Fan peng.fan at nxp.com
Mon Dec 4 04:31:20 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>
---
 include/power/pmic.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/power/pmic.h b/include/power/pmic.h
index 4b34316427..f2fe537fb7 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>
 #include <linux/list.h>
 #include <power/power_chrg.h>
-- 
2.14.1



More information about the U-Boot mailing list