Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62568
b: refs/heads/master
c: 6c5cf8a
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Len Brown committed Jul 3, 2007
1 parent 6c189a6 commit 431d235
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ff55a9cebab02403f942121e2f898bb06ecfffbb
refs/heads/master: 6c5cf8aa5849819958311644ffaf8467e9fcf07e
6 changes: 4 additions & 2 deletions trunk/drivers/acpi/processor_throttling.c
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,8 @@ static int acpi_processor_get_throttling(struct acpi_processor *pr)
return pr->throttling.acpi_processor_get_throttling(pr);
}

int acpi_processor_set_throttling_fadt(struct acpi_processor *pr, int state)
static int acpi_processor_set_throttling_fadt(struct acpi_processor *pr,
int state)
{
u32 value = 0;
u32 duty_mask = 0;
Expand Down Expand Up @@ -482,7 +483,8 @@ int acpi_processor_set_throttling_fadt(struct acpi_processor *pr, int state)
return 0;
}

int acpi_processor_set_throttling_ptc(struct acpi_processor *pr, int state)
static int acpi_processor_set_throttling_ptc(struct acpi_processor *pr,
int state)
{
u32 value = 0;

Expand Down

0 comments on commit 431d235

Please sign in to comment.