summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorMahesh Sivasubramanian <msivasub@codeaurora.org>2016-02-01 11:14:55 -0700
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-22 11:07:21 -0700
commit885262005f3269b595e6c83df99ff1b5ead11106 (patch)
tree9db492b3f5d607c5608d25187153b63f5f9a7105 /include/linux
parent764f9334a3344049a5c52bb03f5d148c0deff9bc (diff)
cpuidle: lpm-levels: Fixes for clockevents_notify
The use of clockevents_notify is deprcated and targeted APIs are used instead of the clockevents_notify callbacks. Switch broadcast timer notifications to tick_broadcast_enter and tick_broadcast_exit. Change-Id: I3441873eb4009b105db04f4a18d28ae9ccd07e95
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/tick.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/tick.h b/include/linux/tick.h
index e312219ff823..37dc6fd909be 100644
--- a/include/linux/tick.h
+++ b/include/linux/tick.h
@@ -203,4 +203,5 @@ static inline void tick_nohz_task_switch(void)
__tick_nohz_task_switch();
}
+ktime_t *get_next_event_cpu(unsigned int cpu);
#endif