revert android-tegra-2.6.36-honeycomb-mr1-9001adc to v2.6.36
[firefly-linux-kernel-4.4.55.git] / arch / arm / include / asm / smp_twd.h
index ce0a8b95da391b08cfc96c589b06169fd7eb1d55..634f357be6bb787d8a578cfa90a99b7742529b19 100644 (file)
@@ -17,7 +17,6 @@
 #define TWD_TIMER_CONTROL_ONESHOT      (0 << 1)
 #define TWD_TIMER_CONTROL_PERIODIC     (1 << 1)
 #define TWD_TIMER_CONTROL_IT_ENABLE    (1 << 2)
-#define TWD_TIMER_CONTROL_PRESCALE_MASK        (0xFF << 8)
 
 struct clock_event_device;
 
@@ -27,14 +26,4 @@ void twd_timer_stop(void);
 int twd_timer_ack(void);
 void twd_timer_setup(struct clock_event_device *);
 
-/*
- * Use this setup function on systems where the cpu clock frequency may
- * change.  periphclk_prescaler is the fixed divider value between the cpu
- * clock and the PERIPHCLK clock that feeds the TWD.  target_rate should be
- * low enough that the prescaler can accurately reach the target rate from the
- * lowest cpu frequency.
- */
-void twd_timer_setup_scalable(struct clock_event_device *,
-       unsigned long target_rate, unsigned int periphclk_prescaler);
-
 #endif