diff options
author | Erik Gilling <konkers@android.com> | 2011-01-04 17:51:22 -0800 |
---|---|---|
committer | Erik Gilling <konkers@android.com> | 2011-01-04 17:51:27 -0800 |
commit | 00756cc5246293c02669eb9c13f2245f3cfa2706 (patch) | |
tree | 7a126bb8e717cad0271d13d29eab067e930d3483 /arch/arm/include | |
parent | 4d86495ef99f6a8de7154794eeb765001658e44c (diff) | |
parent | b4c92f36c0368fe9bc7a780bc6ca9fe9ef199c55 (diff) |
Merge branch linux-tegra-2.6.36 into android-tegra-2.6.36
Change-Id: Iec42f1fa234c03c6267f91ba0553d1c651b9ba94
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/smp_twd.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/include/asm/smp_twd.h b/arch/arm/include/asm/smp_twd.h index 79aebe2ad7a8..ce0a8b95da39 100644 --- a/arch/arm/include/asm/smp_twd.h +++ b/arch/arm/include/asm/smp_twd.h @@ -37,12 +37,4 @@ void twd_timer_setup(struct clock_event_device *); void twd_timer_setup_scalable(struct clock_event_device *, unsigned long target_rate, unsigned int periphclk_prescaler); -/* - * Recalculate the twd prescaler value when the cpu frequency changes. To - * prevent early timer interrupts, must be called before changing the cpu - * frequency if the frequency is increasing, or after if the frequency is - * decreasing. - */ -void twd_recalc_prescaler(unsigned long new_rate); - #endif |