From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peng Fan Date: Wed, 30 Aug 2017 14:14:50 +0800 Subject: [U-Boot] [PATCH V4 09/12] power: pmic.h: include dm/ofnode.h In-Reply-To: <1504073693-16900-1-git-send-email-peng.fan@nxp.com> References: <1504073693-16900-1-git-send-email-peng.fan@nxp.com> Message-ID: <1504073693-16900-9-git-send-email-peng.fan@nxp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Include dm/ofnode.h. Signed-off-by: Peng Fan Reviewed-by: Simon Glass Cc: Stefano Babic --- 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 +#include #include #include -- 2.6.6