diff options
| author | Dave Jones <davej@redhat.com> | 2004-12-28 17:00:38 -0500 |
|---|---|---|
| committer | Dave Jones <davej@redhat.com> | 2004-12-28 17:00:38 -0500 |
| commit | b06083ab791202687c1dc0aa5fd0786914d4adee (patch) | |
| tree | 1a341d4b1862973151961921ea2c3f8d0a4094cb /include | |
| parent | 49d1c5cbbf698c34098bc276b788d2e1849e41f4 (diff) | |
[CPUFREQ] proc_cpufreq: remove /proc/cpufreq interface
Remove the deprecated /proc/cpufreq interface. The same input is available
using cpufreq-info --proc from cpufrequtils.
Signed-off-by: Dominik Brodowski <linux@brodo.de>
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/cpufreq.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h index f12c6c30cb26..910eca35583d 100644 --- a/include/linux/cpufreq.h +++ b/include/linux/cpufreq.h @@ -252,9 +252,6 @@ int cpufreq_update_policy(unsigned int cpu); /* query the current CPU frequency (in kHz). If zero, cpufreq couldn't detect it */ unsigned int cpufreq_get(unsigned int cpu); -/* the proc_intf.c needs this */ -int cpufreq_parse_governor (char *str_governor, unsigned int *policy, struct cpufreq_governor **governor); - /********************************************************************* * CPUFREQ DEFAULT GOVERNOR * |
