diff options
Diffstat (limited to 'include/linux/cpuidle.h')
| -rw-r--r-- | include/linux/cpuidle.h | 11 | 
1 files changed, 1 insertions, 10 deletions
diff --git a/include/linux/cpuidle.h b/include/linux/cpuidle.h index 4325d6fdde9b..faed7a8977e8 100644 --- a/include/linux/cpuidle.h +++ b/include/linux/cpuidle.h @@ -81,6 +81,7 @@ struct cpuidle_device {  	unsigned int		registered:1;  	unsigned int		enabled:1;  	unsigned int		use_deepest_state:1; +	unsigned int		poll_time_limit:1;  	unsigned int		cpu;  	int			last_residency; @@ -99,16 +100,6 @@ struct cpuidle_device {  DECLARE_PER_CPU(struct cpuidle_device *, cpuidle_devices);  DECLARE_PER_CPU(struct cpuidle_device, cpuidle_dev); -/** - * cpuidle_get_last_residency - retrieves the last state's residency time - * @dev: the target CPU - */ -static inline int cpuidle_get_last_residency(struct cpuidle_device *dev) -{ -	return dev->last_residency; -} - -  /****************************   * CPUIDLE DRIVER INTERFACE *   ****************************/  | 
