diff options
| author | Patrick Mochel <mochel@osdl.org> | 2003-06-10 00:32:08 -0700 |
|---|---|---|
| committer | Patrick Mochel <mochel@osdl.org> | 2003-06-10 00:32:08 -0700 |
| commit | e15eba7e68cf7d40626f0d311dfdc94f57385d1d (patch) | |
| tree | a72b756bbfc5cddfeffd8f079635cbd2dab22ace /include/linux | |
| parent | 623532ff8638a9582a92164ab59ec21c3dd94ca9 (diff) | |
[cpufreq] Convert to use new system device API
- Remove explicit call from arm PM sequence, as its handled implicitly
by sysdev_restore() in driver model core.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/cpufreq.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h index 3dc9062bd414..1bdb797bf9bd 100644 --- a/include/linux/cpufreq.h +++ b/include/linux/cpufreq.h @@ -205,10 +205,6 @@ struct freq_attr { int cpufreq_set_policy(struct cpufreq_policy *policy); int cpufreq_get_policy(struct cpufreq_policy *policy, unsigned int cpu); -#ifdef CONFIG_PM -int cpufreq_restore(void); -#endif - /* the proc_intf.c needs this */ int cpufreq_parse_governor (char *str_governor, unsigned int *policy, struct cpufreq_governor **governor); |
