diff mbox series

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

Message ID 1504073693-16900-9-git-send-email-peng.fan@nxp.com
State Changes Requested
Delegated to: Stefano Babic
Headers show
Series [U-Boot,V4,01/12] scripts: spl: fix typo | expand

Commit Message

Peng Fan Aug. 30, 2017, 6:14 a.m. UTC
Include dm/ofnode.h.

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

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

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

Patch

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>