diff options
Diffstat (limited to 'include/acpi/cppc_acpi.h')
| -rw-r--r-- | include/acpi/cppc_acpi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/acpi/cppc_acpi.h b/include/acpi/cppc_acpi.h index 0e83cc3009bc..427a7c3e6c75 100644 --- a/include/acpi/cppc_acpi.h +++ b/include/acpi/cppc_acpi.h | |||
| @@ -119,7 +119,7 @@ struct cppc_perf_fb_ctrs { | |||
| 119 | }; | 119 | }; |
| 120 | 120 | ||
| 121 | /* Per CPU container for runtime CPPC management. */ | 121 | /* Per CPU container for runtime CPPC management. */ |
| 122 | struct cpudata { | 122 | struct cppc_cpudata { |
| 123 | int cpu; | 123 | int cpu; |
| 124 | struct cppc_perf_caps perf_caps; | 124 | struct cppc_perf_caps perf_caps; |
| 125 | struct cppc_perf_ctrls perf_ctrls; | 125 | struct cppc_perf_ctrls perf_ctrls; |
| @@ -132,7 +132,7 @@ struct cpudata { | |||
| 132 | extern int cppc_get_perf_ctrs(int cpu, struct cppc_perf_fb_ctrs *perf_fb_ctrs); | 132 | extern int cppc_get_perf_ctrs(int cpu, struct cppc_perf_fb_ctrs *perf_fb_ctrs); |
| 133 | extern int cppc_set_perf(int cpu, struct cppc_perf_ctrls *perf_ctrls); | 133 | extern int cppc_set_perf(int cpu, struct cppc_perf_ctrls *perf_ctrls); |
| 134 | extern int cppc_get_perf_caps(int cpu, struct cppc_perf_caps *caps); | 134 | extern int cppc_get_perf_caps(int cpu, struct cppc_perf_caps *caps); |
| 135 | extern int acpi_get_psd_map(struct cpudata **); | 135 | extern int acpi_get_psd_map(struct cppc_cpudata **); |
| 136 | extern unsigned int cppc_get_transition_latency(int cpu); | 136 | extern unsigned int cppc_get_transition_latency(int cpu); |
| 137 | 137 | ||
| 138 | #endif /* _CPPC_ACPI_H*/ | 138 | #endif /* _CPPC_ACPI_H*/ |
