]> git.sur5r.net Git - u-boot/commit
clk: add needed include and declaration to include/clk.h
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 13 Jan 2016 04:16:09 +0000 (13:16 +0900)
committerSimon Glass <sjg@chromium.org>
Thu, 21 Jan 2016 02:06:23 +0000 (19:06 -0700)
commitad1cf785853eef60e48053ead4fbb47dad840d55
treeb7e212c9089573f138f37a1c3529b928f0ff84dd
parent8bdf9cfda04896c3ff6d704f398395776b69cba8
clk: add needed include and declaration to include/clk.h

This header uses ulong, so it needs to include <linux/types.h>.
Likewise, "struct udevice" must be declared before it is used.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Simon Glass <sjg@chromium.org>
include/clk.h