summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_ec.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2012-05-17 17:58:53 +0000
committerjhb <jhb@FreeBSD.org>2012-05-17 17:58:53 +0000
commit65fb12126dbf4a4290edf13d3964f72e6083474b (patch)
tree6009589e265135a337e9b3fcad4b0d2e4bbc4a57 /sys/dev/acpica/acpi_ec.c
parent9d03cfba2323296542b81c995f1a5bb7b844d6c8 (diff)
downloadFreeBSD-src-65fb12126dbf4a4290edf13d3964f72e6083474b.zip
FreeBSD-src-65fb12126dbf4a4290edf13d3964f72e6083474b.tar.gz
Centralize declaration of the debug.acpi sysctl node.
Diffstat (limited to 'sys/dev/acpica/acpi_ec.c')
-rw-r--r--sys/dev/acpica/acpi_ec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi_ec.c b/sys/dev/acpica/acpi_ec.c
index f8af33c..46e17d3 100644
--- a/sys/dev/acpica/acpi_ec.c
+++ b/sys/dev/acpica/acpi_ec.c
@@ -178,7 +178,6 @@ struct acpi_ec_softc {
ACPI_SERIAL_DECL(ec, "ACPI embedded controller");
-SYSCTL_DECL(_debug_acpi);
static SYSCTL_NODE(_debug_acpi, OID_AUTO, ec, CTLFLAG_RD, NULL, "EC debugging");
static int ec_burst_mode;
OpenPOWER on IntegriCloud