diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2021-09-01 12:11:57 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2021-09-02 19:04:17 +0300 |
commit | 4bf8e582119ed9767f907abb6dc62ef9dddf10df (patch) | |
tree | d9d1ec4ce4b8fc4dc9140e3e2ab2db5cd52b8c5c /include/linux/cpufreq.h | |
parent | 9ab0a6cb76b998f5f2231e1c428bee3771893002 (diff) | |
download | linux-4bf8e582119ed9767f907abb6dc62ef9dddf10df.tar.xz |
cpufreq: Remove ready() callback
This isn't used anymore, get rid of it.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/linux/cpufreq.h')
-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 c65a1d7385f8..fe6acc04e5e5 100644 --- a/include/linux/cpufreq.h +++ b/include/linux/cpufreq.h @@ -367,9 +367,6 @@ struct cpufreq_driver { int (*suspend)(struct cpufreq_policy *policy); int (*resume)(struct cpufreq_policy *policy); - /* Will be called after the driver is fully initialized */ - void (*ready)(struct cpufreq_policy *policy); - struct freq_attr **attr; /* platform specific boost support code */ |