summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2009-10-29 15:13:36 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2009-10-29 15:13:36 +0000
commit50d356311a28a77c2c30c9928b62484b67461f0c (patch)
tree088985c134f2ec46e22e323d6cdde9c510fee11b /sys
parenta6fb7268601e0e3f50fecefc6805b74547a68462 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/acpi_support/acpi_ibm.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/acpi_support/acpi_ibm.c b/sys/dev/acpi_support/acpi_ibm.c
index 072c574acac4..25db9b0be961 100644
--- a/sys/dev/acpi_support/acpi_ibm.c
+++ b/sys/dev/acpi_support/acpi_ibm.c
@@ -356,8 +356,6 @@ acpi_ibm_attach(device_t dev)
}
sc->ec_handle = acpi_get_handle(sc->ec_dev);
- ACPI_SERIAL_BEGIN(ibm);
-
/* Get the sysctl tree */
sc->sysctl_ctx = device_get_sysctl_ctx(dev);
sc->sysctl_tree = device_get_sysctl_tree(dev);
@@ -404,8 +402,6 @@ acpi_ibm_attach(device_t dev)
"Thermal zones");
}
- ACPI_SERIAL_END(ibm);
-
/* Handle notifies */
AcpiInstallNotifyHandler(sc->handle, ACPI_DEVICE_NOTIFY,
acpi_ibm_notify, dev);