projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff55a9c
)
ACPI: static
author
Adrian Bunk
<
[email protected]
>
Tue, 3 Jul 2007 04:53:12 +0000
(
00:53
-0400)
committer
Len Brown
<
[email protected]
>
Tue, 3 Jul 2007 04:53:12 +0000
(
00:53
-0400)
make 2 needlessly global functions static.
Signed-off-by: Adrian Bunk <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Len Brown <
[email protected]
>
drivers/acpi/processor_throttling.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/processor_throttling.c
b/drivers/acpi/processor_throttling.c
index 3a2e9a6018747f8444346960b7daa56dffc1afa3..3f55d1f90c1170d0e308693076b822c514bd65f9 100644
(file)
--- 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)
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;
@@
-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;