Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326645
b: refs/heads/master
c: 9c54db6
h: refs/heads/master
i:
  326643: 9a712f9
v: v3
  • Loading branch information
Joseph Lo authored and Stephen Warren committed Sep 6, 2012
1 parent 1dd941a commit dc83ae1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b78c030cebdaf8da14b44a4454146a7919e763a8
refs/heads/master: 9c54db6d3973ad1e8063932a4b0c6f32488f3ba8
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-tegra/tegra30_clocks.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ extern struct clk_ops tegra30_plle_ops;
extern struct clk_ops tegra_cml_clk_ops;
extern struct clk_ops tegra_pciex_clk_ops;
extern struct clk_ops tegra_sync_source_ops;
extern struct clk_ops tegra_audio_sync_clk_ops;
extern struct clk_ops tegra30_audio_sync_clk_ops;
extern struct clk_ops tegra30_clk_double_ops;
extern struct clk_ops tegra_clk_out_ops;
extern struct clk_ops tegra30_super_ops;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-tegra/tegra30_clocks_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ static const char *mux_audio_sync_clk[] = {
}; \
static struct clk tegra_##_name = { \
.name = #_name, \
.ops = &tegra_audio_sync_clk_ops, \
.ops = &tegra30_audio_sync_clk_ops, \
.hw = &tegra_##_name##_hw.hw, \
.parent_names = mux_audio_sync_clk, \
.parents = tegra_sync_source_list, \
Expand Down

0 comments on commit dc83ae1

Please sign in to comment.