Commit bd1573a5546b4351b5d042f1e4cd631ea67cc6b0

Authored by Matthew Garrett
1 parent a3424216e4

xo15-ebook: Remove device.wakeup_count

This is handled automatically now.

Signed-off-by: Matthew Garrett <mjg@redhat.com>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

drivers/platform/x86/xo15-ebook.c
... ... @@ -133,7 +133,6 @@
133 133 /* Button's GPE is run-wake GPE */
134 134 acpi_enable_gpe(device->wakeup.gpe_device,
135 135 device->wakeup.gpe_number);
136   - device->wakeup.run_wake_count++;
137 136 device_set_wakeup_enable(&device->dev, true);
138 137 }
139 138