Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fac3506100c19391bc5474084dd838f0fb87bf26
Commit:     fac3506100c19391bc5474084dd838f0fb87bf26
Parent:     3f4f461fa816815b9338047a29cf2521f23f1783
Author:     Andrew Morton <[EMAIL PROTECTED]>
AuthorDate: Sat Jan 13 23:04:33 2007 +0100
Committer:  Len Brown <[EMAIL PROTECTED]>
CommitDate: Tue Feb 13 03:05:26 2007 -0500

    sony_acpi: Fix sony_acpi_resume call
    
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Mattia Dongili <[EMAIL PROTECTED]>
    Signed-off-by: Len Brown <[EMAIL PROTECTED]>
---
 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 beb56b9..f323c2c 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;
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to