commit | 2f49afc2a6f6ec4bacb2e50d5482ecc111b41ab5 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Mar 28 00:19:03 2017 +0200 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Mar 28 23:12:16 2017 +0200 |
tree | 891be3759e518c27025ce36139d9f50acaad52b0 | |
parent | de4a76cb585da13f8b0c9f2161ed6fcf5f2379fc [diff] |
cpufreq: intel_pstate: Drop struct cpu_defaults The cpu_defaults structure is redundant, because it only contains one member of type struct pstate_funcs which can be used directly instead of struct cpu_defaults. For this reason, drop struct cpu_defaults, use struct pstate_funcs directly instead of it where applicable and rename all of the variables of that type accordingly. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>