diff options
author | John Baldwin <jhb@FreeBSD.org> | 2012-05-17 17:58:53 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2012-05-17 17:58:53 +0000 |
commit | 424e69759c67b1a46bc318b4c1ca72152f5018a2 (patch) | |
tree | 6009589e265135a337e9b3fcad4b0d2e4bbc4a57 /sys/dev/acpica/acpi_smbat.c | |
parent | b74a22905e8addf2f46d102a673b8ec1919db0b8 (diff) |
Centralize declaration of the debug.acpi sysctl node.
Notes
Notes:
svn path=/head/; revision=235556
Diffstat (limited to 'sys/dev/acpica/acpi_smbat.c')
-rw-r--r-- | sys/dev/acpica/acpi_smbat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi_smbat.c b/sys/dev/acpica/acpi_smbat.c index 06477724b15c..f83392ff3f83 100644 --- a/sys/dev/acpica/acpi_smbat.c +++ b/sys/dev/acpica/acpi_smbat.c @@ -62,7 +62,6 @@ static int acpi_smbat_get_bst(device_t dev, struct acpi_bst *bst); ACPI_SERIAL_DECL(smbat, "ACPI Smart Battery"); -SYSCTL_DECL(_debug_acpi); static SYSCTL_NODE(_debug_acpi, OID_AUTO, batt, CTLFLAG_RD, NULL, "Battery debugging"); |