Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19529
b: refs/heads/master
c: 757b186
h: refs/heads/master
i:
  19527: a78b7ac
v: v3
  • Loading branch information
Adrian Bunk authored and Len Brown committed Jan 8, 2006
1 parent 60d0dca commit 6149001
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 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: d479e908457f4972205fcafa054f8030e91781ef
refs/heads/master: 757b18661ea0a0d890e8ce7b1a391e5b7d417d78
6 changes: 3 additions & 3 deletions trunk/drivers/acpi/processor_thermal.c
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,9 @@ static int acpi_processor_limit_open_fs(struct inode *inode, struct file *file)
PDE(inode)->data);
}

ssize_t acpi_processor_write_limit(struct file * file,
const char __user * buffer,
size_t count, loff_t * data)
static ssize_t acpi_processor_write_limit(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;
Expand Down
6 changes: 3 additions & 3 deletions trunk/drivers/acpi/processor_throttling.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
6 changes: 0 additions & 6 deletions trunk/include/acpi/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,6 @@ static inline int acpi_processor_ppc_has_changed(struct acpi_processor *pr)
/* in processor_throttling.c */
int acpi_processor_get_throttling_info(struct acpi_processor *pr);
int acpi_processor_set_throttling(struct acpi_processor *pr, int state);
ssize_t acpi_processor_write_throttling(struct file *file,
const char __user * buffer,
size_t count, loff_t * data);
extern struct file_operations acpi_processor_throttling_fops;

/* in processor_idle.c */
Expand All @@ -249,9 +246,6 @@ int acpi_processor_power_exit(struct acpi_processor *pr,

/* in processor_thermal.c */
int acpi_processor_get_limit_info(struct acpi_processor *pr);
ssize_t acpi_processor_write_limit(struct file *file,
const char __user * buffer,
size_t count, loff_t * data);
extern struct file_operations acpi_processor_limit_fops;

#ifdef CONFIG_CPU_FREQ
Expand Down

0 comments on commit 6149001

Please sign in to comment.