Skip to content

Commit

Permalink
ARM: tegra: clock: Add forward reference to struct clk
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Cross <ccross@android.com>
  • Loading branch information
Colin Cross committed Jan 27, 2011
1 parent cc93975 commit b48b5f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-tegra/include/mach/clk.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
#ifndef __MACH_CLK_H
#define __MACH_CLK_H

struct clk;

void tegra_periph_reset_deassert(struct clk *c);
void tegra_periph_reset_assert(struct clk *c);

Expand Down
2 changes: 2 additions & 0 deletions arch/arm/mach-tegra/include/mach/clkdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
#ifndef __MACH_CLKDEV_H
#define __MACH_CLKDEV_H

struct clk;

static inline int __clk_get(struct clk *clk)
{
return 1;
Expand Down

0 comments on commit b48b5f5

Please sign in to comment.