From: Daniel Lezcano Date: Mon, 26 Mar 2012 12:51:28 +0000 (+0200) Subject: cpuidle: remove unused 'governor_data' field X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=e07510585a88c0f6c6c728e2e006aa913496d4ae;p=openwrt%2Fstaging%2Fblogic.git cpuidle: remove unused 'governor_data' field As far as I can see, this field is never used in the code. Signed-off-by: Daniel Lezcano Signed-off-by: Len Brown --- diff --git a/include/linux/cpuidle.h b/include/linux/cpuidle.h index f7f1d9040da3..f3ebbba368b3 100644 --- a/include/linux/cpuidle.h +++ b/include/linux/cpuidle.h @@ -98,7 +98,6 @@ struct cpuidle_device { struct list_head device_list; struct kobject kobj; struct completion kobj_unregister; - void *governor_data; }; DECLARE_PER_CPU(struct cpuidle_device *, cpuidle_devices);