提交 b48b5f51 编写于 作者: C Colin Cross

ARM: tegra: clock: Add forward reference to struct clk

Signed-off-by: NColin Cross <ccross@android.com>
上级 cc939754
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
#ifndef __MACH_CLK_H #ifndef __MACH_CLK_H
#define __MACH_CLK_H #define __MACH_CLK_H
struct clk;
void tegra_periph_reset_deassert(struct clk *c); void tegra_periph_reset_deassert(struct clk *c);
void tegra_periph_reset_assert(struct clk *c); void tegra_periph_reset_assert(struct clk *c);
......
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
#ifndef __MACH_CLKDEV_H #ifndef __MACH_CLKDEV_H
#define __MACH_CLKDEV_H #define __MACH_CLKDEV_H
struct clk;
static inline int __clk_get(struct clk *clk) static inline int __clk_get(struct clk *clk)
{ {
return 1; return 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册