aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2007-01-13 17:04:33 -0500
committerLen Brown <len.brown@intel.com>2007-02-13 03:05:26 -0500
commitfac3506100c19391bc5474084dd838f0fb87bf26 (patch)
tree85ff5511ab354c6a24fe3129dca3540c40150a13
parent3f4f461fa816815b9338047a29cf2521f23f1783 (diff)
sony_acpi: Fix sony_acpi_resume call
Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Mattia Dongili <malattia@linux.it> Signed-off-by: Len Brown <len.brown@intel.com>
-rw-r--r--drivers/acpi/sony_acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/sony_acpi.c b/drivers/acpi/sony_acpi.c
index beb56b9df5c8..f323c2c40a11 100644
--- a/drivers/acpi/sony_acpi.c
+++ b/drivers/acpi/sony_acpi.c
@@ -233,7 +233,7 @@ static int sony_acpi_write(struct file *file, const char __user *buffer,
233 return count; 233 return count;
234} 234}
235 235
236static int sony_acpi_resume(struct acpi_device *device, int state) 236static int sony_acpi_resume(struct acpi_device *device)
237{ 237{
238 struct sony_acpi_value *item; 238 struct sony_acpi_value *item;
239 239