diff options
| -rw-r--r-- | drivers/acpi/processor_throttling.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/acpi/processor_throttling.c b/drivers/acpi/processor_throttling.c index 3a2e9a601874..3f55d1f90c11 100644 --- a/drivers/acpi/processor_throttling.c +++ b/drivers/acpi/processor_throttling.c | |||
| @@ -410,7 +410,8 @@ static int acpi_processor_get_throttling(struct acpi_processor *pr) | |||
| 410 | return pr->throttling.acpi_processor_get_throttling(pr); | 410 | return pr->throttling.acpi_processor_get_throttling(pr); |
| 411 | } | 411 | } |
| 412 | 412 | ||
| 413 | int acpi_processor_set_throttling_fadt(struct acpi_processor *pr, int state) | 413 | static int acpi_processor_set_throttling_fadt(struct acpi_processor *pr, |
| 414 | int state) | ||
| 414 | { | 415 | { |
| 415 | u32 value = 0; | 416 | u32 value = 0; |
| 416 | u32 duty_mask = 0; | 417 | u32 duty_mask = 0; |
| @@ -482,7 +483,8 @@ int acpi_processor_set_throttling_fadt(struct acpi_processor *pr, int state) | |||
| 482 | return 0; | 483 | return 0; |
| 483 | } | 484 | } |
| 484 | 485 | ||
| 485 | int acpi_processor_set_throttling_ptc(struct acpi_processor *pr, int state) | 486 | static int acpi_processor_set_throttling_ptc(struct acpi_processor *pr, |
| 487 | int state) | ||
| 486 | { | 488 | { |
| 487 | u32 value = 0; | 489 | u32 value = 0; |
| 488 | 490 | ||
