diff options
Diffstat (limited to 'arch/arm/mach-davinci/dm644x.c')
-rw-r--r-- | arch/arm/mach-davinci/dm644x.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-davinci/dm644x.c b/arch/arm/mach-davinci/dm644x.c index 2f2ae8bc77bb..23cbe9d04bc5 100644 --- a/arch/arm/mach-davinci/dm644x.c +++ b/arch/arm/mach-davinci/dm644x.c | |||
@@ -277,7 +277,7 @@ static struct clk timer2_clk = { | |||
277 | .usecount = 1, /* REVISIT: why cant' this be disabled? */ | 277 | .usecount = 1, /* REVISIT: why cant' this be disabled? */ |
278 | }; | 278 | }; |
279 | 279 | ||
280 | struct clk_lookup dm644x_clks[] = { | 280 | static struct clk_lookup dm644x_clks[] = { |
281 | CLK(NULL, "ref", &ref_clk), | 281 | CLK(NULL, "ref", &ref_clk), |
282 | CLK(NULL, "pll1", &pll1_clk), | 282 | CLK(NULL, "pll1", &pll1_clk), |
283 | CLK(NULL, "pll1_sysclk1", &pll1_sysclk1), | 283 | CLK(NULL, "pll1_sysclk1", &pll1_sysclk1), |
@@ -687,7 +687,7 @@ static void __iomem *dm644x_psc_bases[] = { | |||
687 | * T1_BOT: Timer 1, bottom: (used by DSP in TI DSPLink code) | 687 | * T1_BOT: Timer 1, bottom: (used by DSP in TI DSPLink code) |
688 | * T1_TOP: Timer 1, top : <unused> | 688 | * T1_TOP: Timer 1, top : <unused> |
689 | */ | 689 | */ |
690 | struct davinci_timer_info dm644x_timer_info = { | 690 | static struct davinci_timer_info dm644x_timer_info = { |
691 | .timers = davinci_timer_instance, | 691 | .timers = davinci_timer_instance, |
692 | .clockevent_id = T0_BOT, | 692 | .clockevent_id = T0_BOT, |
693 | .clocksource_id = T0_TOP, | 693 | .clocksource_id = T0_TOP, |