diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-01-07 13:19:00 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2006-01-08 03:05:59 -0500 |
commit | 757b18661ea0a0d890e8ce7b1a391e5b7d417d78 (patch) | |
tree | d82689f56941ec1578a863a5e2d6eebb0c7aa960 /drivers/acpi/processor_thermal.c | |
parent | d479e908457f4972205fcafa054f8030e91781ef (diff) |
[ACPI] make two processor functions static
acpi_processor_write_throttling()
acpi_processor_write_limit()
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/processor_thermal.c')
-rw-r--r-- | drivers/acpi/processor_thermal.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/acpi/processor_thermal.c b/drivers/acpi/processor_thermal.c index 22fc9e28a58d..f99ad05cd6a2 100644 --- a/drivers/acpi/processor_thermal.c +++ b/drivers/acpi/processor_thermal.c | |||
@@ -348,9 +348,9 @@ static int acpi_processor_limit_open_fs(struct inode *inode, struct file *file) | |||
348 | PDE(inode)->data); | 348 | PDE(inode)->data); |
349 | } | 349 | } |
350 | 350 | ||
351 | ssize_t acpi_processor_write_limit(struct file * file, | 351 | static ssize_t acpi_processor_write_limit(struct file * file, |
352 | const char __user * buffer, | 352 | const char __user * buffer, |
353 | size_t count, loff_t * data) | 353 | size_t count, loff_t * data) |
354 | { | 354 | { |
355 | int result = 0; | 355 | int result = 0; |
356 | struct seq_file *m = (struct seq_file *)file->private_data; | 356 | struct seq_file *m = (struct seq_file *)file->private_data; |