Skip to content

Commit

Permalink
xo15-ebook: Remove device.wakeup_count
Browse files Browse the repository at this point in the history
This is handled automatically now.

Signed-off-by: Matthew Garrett <mjg@redhat.com>
  • Loading branch information
Matthew Garrett committed Mar 28, 2011
1 parent a342421 commit bd1573a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/platform/x86/xo15-ebook.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ static int ebook_switch_add(struct acpi_device *device)
/* Button's GPE is run-wake GPE */
acpi_enable_gpe(device->wakeup.gpe_device,
device->wakeup.gpe_number);
device->wakeup.run_wake_count++;
device_set_wakeup_enable(&device->dev, true);
}

Expand Down

0 comments on commit bd1573a

Please sign in to comment.