[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>
This commit is contained in:
@@ -306,9 +306,9 @@ static int acpi_processor_throttling_open_fs(struct inode *inode,
|
||||
PDE(inode)->data);
|
||||
}
|
||||
|
||||
ssize_t acpi_processor_write_throttling(struct file * file,
|
||||
const char __user * buffer,
|
||||
size_t count, loff_t * data)
|
||||
static ssize_t acpi_processor_write_throttling(struct file * file,
|
||||
const char __user * buffer,
|
||||
size_t count, loff_t * data)
|
||||
{
|
||||
int result = 0;
|
||||
struct seq_file *m = (struct seq_file *)file->private_data;
|
||||
|
Reference in New Issue
Block a user