Commit fac35061 authored by Andrew Morton's avatar Andrew Morton Committed by Len Brown

sony_acpi: Fix sony_acpi_resume call

Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarMattia Dongili <malattia@linux.it>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 3f4f461f
...@@ -233,7 +233,7 @@ static int sony_acpi_write(struct file *file, const char __user *buffer, ...@@ -233,7 +233,7 @@ static int sony_acpi_write(struct file *file, const char __user *buffer,
return count; 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; struct sony_acpi_value *item;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment