diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-07-09 13:53:08 -0400 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2006-07-31 18:37:05 -0400 |
commit | c4a96c1eba206bd4a58a0f2acf2450126bd2b5da (patch) | |
tree | e3917c209c94747ab06f5b4d4b52d5b9537474ef /arch/i386 | |
parent | 95a53249db330a3f08090611fdb5fe168a73e650 (diff) |
[CPUFREQ] Make longhaul_walk_callback() static
This patch makes the needlessly global longhaul_walk_callback() static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'arch/i386')
-rw-r--r-- | arch/i386/kernel/cpu/cpufreq/longhaul.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/i386/kernel/cpu/cpufreq/longhaul.c b/arch/i386/kernel/cpu/cpufreq/longhaul.c index 7388fc3239d8..3cfa0741863e 100644 --- a/arch/i386/kernel/cpu/cpufreq/longhaul.c +++ b/arch/i386/kernel/cpu/cpufreq/longhaul.c | |||
@@ -524,9 +524,9 @@ static unsigned int longhaul_get(unsigned int cpu) | |||
524 | return calc_speed(longhaul_get_cpu_mult()); | 524 | return calc_speed(longhaul_get_cpu_mult()); |
525 | } | 525 | } |
526 | 526 | ||
527 | acpi_status longhaul_walk_callback(acpi_handle obj_handle, | 527 | static acpi_status longhaul_walk_callback(acpi_handle obj_handle, |
528 | u32 nesting_level, | 528 | u32 nesting_level, |
529 | void *context, void **return_value) | 529 | void *context, void **return_value) |
530 | { | 530 | { |
531 | struct acpi_device *d; | 531 | struct acpi_device *d; |
532 | 532 | ||