aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/acpi_button.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2010-04-02 23:04:31 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2010-04-02 23:04:31 +0000
commit8c8be05f006450e72b8d378b5a53ea347aeb8cb4 (patch)
tree6ff0f37946d2a209317eb79265f81066521bd4b8 /sys/dev/acpica/acpi_button.c
parentbd7e69e4c5c231c9388dd16605364daf51cc3c0a (diff)
parent9a8b5e6355e39ba0602a7f9484dca40f429fe6b0 (diff)
Notes
Diffstat (limited to 'sys/dev/acpica/acpi_button.c')
-rw-r--r--sys/dev/acpica/acpi_button.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi_button.c b/sys/dev/acpica/acpi_button.c
index 7814c0e3fdf5..56a1d951f793 100644
--- a/sys/dev/acpica/acpi_button.c
+++ b/sys/dev/acpica/acpi_button.c
@@ -164,7 +164,6 @@ acpi_button_attach(device_t dev)
}
/* Enable the GPE for wake/runtime. */
- acpi_wake_init(dev, ACPI_GPE_TYPE_WAKE_RUN);
acpi_wake_set_enable(dev, 1);
return_VALUE (0);