diff options
Diffstat (limited to 'drivers/acpi/cppc_acpi.c')
-rw-r--r-- | drivers/acpi/cppc_acpi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/cppc_acpi.c b/drivers/acpi/cppc_acpi.c index 715fe8001d59..3d1ae6d37178 100644 --- a/drivers/acpi/cppc_acpi.c +++ b/drivers/acpi/cppc_acpi.c | |||
@@ -409,13 +409,13 @@ end: | |||
409 | * | 409 | * |
410 | * Return: 0 for success or negative value for err. | 410 | * Return: 0 for success or negative value for err. |
411 | */ | 411 | */ |
412 | int acpi_get_psd_map(struct cpudata **all_cpu_data) | 412 | int acpi_get_psd_map(struct cppc_cpudata **all_cpu_data) |
413 | { | 413 | { |
414 | int count_target; | 414 | int count_target; |
415 | int retval = 0; | 415 | int retval = 0; |
416 | unsigned int i, j; | 416 | unsigned int i, j; |
417 | cpumask_var_t covered_cpus; | 417 | cpumask_var_t covered_cpus; |
418 | struct cpudata *pr, *match_pr; | 418 | struct cppc_cpudata *pr, *match_pr; |
419 | struct acpi_psd_package *pdomain; | 419 | struct acpi_psd_package *pdomain; |
420 | struct acpi_psd_package *match_pdomain; | 420 | struct acpi_psd_package *match_pdomain; |
421 | struct cpc_desc *cpc_ptr, *match_cpc_ptr; | 421 | struct cpc_desc *cpc_ptr, *match_cpc_ptr; |