commit | ad1cf785853eef60e48053ead4fbb47dad840d55 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Jan 13 13:16:09 2016 +0900 |
committer | Simon Glass <sjg@chromium.org> | Wed Jan 20 19:06:23 2016 -0700 |
tree | b7e212c9089573f138f37a1c3529b928f0ff84dd | |
parent | 8bdf9cfda04896c3ff6d704f398395776b69cba8 [diff] |
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>