Browse Source

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>
Andrew Morton 18 years ago
parent
commit
fac3506100
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/acpi/sony_acpi.c

+ 1 - 1
drivers/acpi/sony_acpi.c

@@ -233,7 +233,7 @@ static int sony_acpi_write(struct file *file, const char __user *buffer,
 	return count;
 }
 
-static int sony_acpi_resume(struct acpi_device *device, int state)
+static int sony_acpi_resume(struct acpi_device *device)
 {
 	struct sony_acpi_value *item;