diff options
-rw-r--r-- | arch/arm/mach-tegra/tegra30_clocks.h | 2 | ||||
-rw-r--r-- | arch/arm/mach-tegra/tegra30_clocks_data.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/tegra30_clocks.h b/arch/arm/mach-tegra/tegra30_clocks.h index b08b8d9024a6..f2f88fef6b8b 100644 --- a/arch/arm/mach-tegra/tegra30_clocks.h +++ b/arch/arm/mach-tegra/tegra30_clocks.h | |||
@@ -28,7 +28,7 @@ extern struct clk_ops tegra30_plle_ops; | |||
28 | extern struct clk_ops tegra_cml_clk_ops; | 28 | extern struct clk_ops tegra_cml_clk_ops; |
29 | extern struct clk_ops tegra_pciex_clk_ops; | 29 | extern struct clk_ops tegra_pciex_clk_ops; |
30 | extern struct clk_ops tegra_sync_source_ops; | 30 | extern struct clk_ops tegra_sync_source_ops; |
31 | extern struct clk_ops tegra_audio_sync_clk_ops; | 31 | extern struct clk_ops tegra30_audio_sync_clk_ops; |
32 | extern struct clk_ops tegra30_clk_double_ops; | 32 | extern struct clk_ops tegra30_clk_double_ops; |
33 | extern struct clk_ops tegra_clk_out_ops; | 33 | extern struct clk_ops tegra_clk_out_ops; |
34 | extern struct clk_ops tegra30_super_ops; | 34 | extern struct clk_ops tegra30_super_ops; |
diff --git a/arch/arm/mach-tegra/tegra30_clocks_data.c b/arch/arm/mach-tegra/tegra30_clocks_data.c index 267350675a88..448a6df57ac9 100644 --- a/arch/arm/mach-tegra/tegra30_clocks_data.c +++ b/arch/arm/mach-tegra/tegra30_clocks_data.c | |||
@@ -520,7 +520,7 @@ static const char *mux_audio_sync_clk[] = { | |||
520 | }; \ | 520 | }; \ |
521 | static struct clk tegra_##_name = { \ | 521 | static struct clk tegra_##_name = { \ |
522 | .name = #_name, \ | 522 | .name = #_name, \ |
523 | .ops = &tegra_audio_sync_clk_ops, \ | 523 | .ops = &tegra30_audio_sync_clk_ops, \ |
524 | .hw = &tegra_##_name##_hw.hw, \ | 524 | .hw = &tegra_##_name##_hw.hw, \ |
525 | .parent_names = mux_audio_sync_clk, \ | 525 | .parent_names = mux_audio_sync_clk, \ |
526 | .parents = tegra_sync_source_list, \ | 526 | .parents = tegra_sync_source_list, \ |