From e15eba7e68cf7d40626f0d311dfdc94f57385d1d Mon Sep 17 00:00:00 2001 From: Patrick Mochel Date: Tue, 10 Jun 2003 00:32:08 -0700 Subject: [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. --- include/linux/cpufreq.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/linux') 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); -- cgit v1.2.3