Skip to content

Commit

Permalink
sony_acpi: Fix sony_acpi_resume call
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Morton authored and Len Brown committed Feb 13, 2007
1 parent 3f4f461 commit fac3506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/sony_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit fac3506

Please sign in to comment.