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>
This commit is contained in:
parent
3f4f461fa8
commit
fac3506100
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue