diff options
author | Andrew Morton <akpm@osdl.org> | 2007-01-13 23:04:33 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-02-13 03:05:26 -0500 |
commit | fac3506100c19391bc5474084dd838f0fb87bf26 (patch) | |
tree | 85ff5511ab354c6a24fe3129dca3540c40150a13 | |
parent | 3f4f461fa816815b9338047a29cf2521f23f1783 (diff) | |
download | linux-fac3506100c19391bc5474084dd838f0fb87bf26.tar.gz linux-fac3506100c19391bc5474084dd838f0fb87bf26.tar.xz |
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.c | 2 |
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, 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; |