From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 27 Dec 2015 21:19:52 -0700 Subject: [U-Boot] [RESEND PATCH 2/5] clk: add needed include and declaration to include/clk.h In-Reply-To: <1450778671-21134-3-git-send-email-yamada.masahiro@socionext.com> References: <1450778671-21134-1-git-send-email-yamada.masahiro@socionext.com> <1450778671-21134-3-git-send-email-yamada.masahiro@socionext.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 22 December 2015 at 03:04, Masahiro Yamada wrote: > This header uses ulong, so it needs to include . > Likewise, "struct udevice" must be declared before it is used. > > Signed-off-by: Masahiro Yamada > --- > > include/clk.h | 4 ++++ > 1 file changed, 4 insertions(+) Acked-by: Simon Glass