summaryrefslogtreecommitdiff
path: root/arch/arm/include
diff options
context:
space:
mode:
authorNitin Kumbhar <nkumbhar@nvidia.com>2011-01-05 16:37:40 +0530
committerNitin Kumbhar <nkumbhar@nvidia.com>2011-01-05 16:37:40 +0530
commita4ea288313b4b7d660c830c43623a5a3edf393d6 (patch)
treec8f389d103e9fdb1c6b172f94aa70989d51099f1 /arch/arm/include
parent7a087a2b09895ab81ecace6b0e98f222006e447a (diff)
parent00756cc5246293c02669eb9c13f2245f3cfa2706 (diff)
merging android-tegra-2.6.36 into git-master/linux-2.6/android-tegra-2.6.36
Change-Id: I5fba2375f84610fda29872d1ea41d82404ee08f6
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/smp_twd.h8
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