summaryrefslogtreecommitdiffstats
path: root/sys/amd64/acpica
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/amd64/acpica
parent9d03cfba2323296542b81c995f1a5bb7b844d6c8 (diff)
downloadFreeBSD-src-65fb12126dbf4a4290edf13d3964f72e6083474b.zip
FreeBSD-src-65fb12126dbf4a4290edf13d3964f72e6083474b.tar.gz
Centralize declaration of the debug.acpi sysctl node.
Diffstat (limited to 'sys/amd64/acpica')
-rw-r--r--sys/amd64/acpica/acpi_machdep.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/amd64/acpica/acpi_machdep.c b/sys/amd64/acpica/acpi_machdep.c
index 25dd173..f57bdc2 100644
--- a/sys/amd64/acpica/acpi_machdep.c
+++ b/sys/amd64/acpica/acpi_machdep.c
@@ -44,8 +44,6 @@ __FBSDID("$FreeBSD$");
#include <machine/nexusvar.h>
-SYSCTL_DECL(_debug_acpi);
-
int acpi_resume_beep;
TUNABLE_INT("debug.acpi.resume_beep", &acpi_resume_beep);
SYSCTL_INT(_debug_acpi, OID_AUTO, resume_beep, CTLFLAG_RW, &acpi_resume_beep,
OpenPOWER on IntegriCloud