diff options
author | Thomas Renninger <trenn@suse.de> | 2011-03-03 15:31:26 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2011-03-16 17:54:32 -0400 |
commit | e8951251b89440644a39f2512b4f265973926b41 (patch) | |
tree | f33ec13af306e2a8bdcbf6f62e34d450c1aa2bdc /include/linux/cpufreq.h | |
parent | ef598549b28014ec2ea7574d4e793728e0e33d02 (diff) |
[CPUFREQ] Remove old, deprecated per cpu ondemand/conservative sysfs files
Marked deprecated for quite a whilte now...
Signed-off-by: Thomas Renninger <trenn@suse.de>
Signed-off-by: Dave Jones <davej@redhat.com>
CC: cpufreq@vger.kernel.org
Diffstat (limited to 'include/linux/cpufreq.h')
-rw-r--r-- | include/linux/cpufreq.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h index c3e9de8321c6..f2fe598feb4e 100644 --- a/include/linux/cpufreq.h +++ b/include/linux/cpufreq.h | |||
@@ -281,19 +281,10 @@ __ATTR(_name, 0444, show_##_name, NULL) | |||
281 | static struct freq_attr _name = \ | 281 | static struct freq_attr _name = \ |
282 | __ATTR(_name, _perm, show_##_name, NULL) | 282 | __ATTR(_name, _perm, show_##_name, NULL) |
283 | 283 | ||
284 | #define cpufreq_freq_attr_ro_old(_name) \ | ||
285 | static struct freq_attr _name##_old = \ | ||
286 | __ATTR(_name, 0444, show_##_name##_old, NULL) | ||
287 | |||
288 | #define cpufreq_freq_attr_rw(_name) \ | 284 | #define cpufreq_freq_attr_rw(_name) \ |
289 | static struct freq_attr _name = \ | 285 | static struct freq_attr _name = \ |
290 | __ATTR(_name, 0644, show_##_name, store_##_name) | 286 | __ATTR(_name, 0644, show_##_name, store_##_name) |
291 | 287 | ||
292 | #define cpufreq_freq_attr_rw_old(_name) \ | ||
293 | static struct freq_attr _name##_old = \ | ||
294 | __ATTR(_name, 0644, show_##_name##_old, store_##_name##_old) | ||
295 | |||
296 | |||
297 | struct global_attr { | 288 | struct global_attr { |
298 | struct attribute attr; | 289 | struct attribute attr; |
299 | ssize_t (*show)(struct kobject *kobj, | 290 | ssize_t (*show)(struct kobject *kobj, |