From 885262005f3269b595e6c83df99ff1b5ead11106 Mon Sep 17 00:00:00 2001 From: Mahesh Sivasubramanian Date: Mon, 1 Feb 2016 11:14:55 -0700 Subject: 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 --- include/linux/tick.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') 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 -- cgit v1.2.3