diff options
author | Andrew Morton <akpm@osdl.org> | 2007-01-13 17:04:33 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-02-13 03:05:26 -0500 |
commit | fac3506100c19391bc5474084dd838f0fb87bf26 (patch) | |
tree | 85ff5511ab354c6a24fe3129dca3540c40150a13 | |
parent | 3f4f461fa816815b9338047a29cf2521f23f1783 (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.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, | |||
233 | return count; | 233 | return count; |
234 | } | 234 | } |
235 | 235 | ||
236 | static int sony_acpi_resume(struct acpi_device *device, int state) | 236 | static int sony_acpi_resume(struct acpi_device *device) |
237 | { | 237 | { |
238 | struct sony_acpi_value *item; | 238 | struct sony_acpi_value *item; |
239 | 239 | ||