Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232535
b: refs/heads/master
c: b48b5f5
h: refs/heads/master
i:
  232533: 2fa1cff
  232531: 1f01ee5
  232527: b27eb26
v: v3
  • Loading branch information
Colin Cross committed Jan 27, 2011
1 parent c2dc3a4 commit 1feab91
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cc939754db459d9caf3d77eef4f8a58bd8e15077
refs/heads/master: b48b5f51568977592f1bfce91c1c6378b0a5a4f5
2 changes: 2 additions & 0 deletions trunk/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 trunk/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 1feab91

Please sign in to comment.