aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/acpica
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2004-05-06 02:18:58 +0000
committerNate Lawson <njl@FreeBSD.org>2004-05-06 02:18:58 +0000
commit869ec176fc359ad2042f9cd1cabe3c297d524e26 (patch)
treea600eb345bb061c03cc29102801fb73fbdbb7d5c /sys/amd64/acpica
parent7e639165c22279c0155c891afb6bd3acb74947ac (diff)
downloadsrc-869ec176fc359ad2042f9cd1cabe3c297d524e26.tar.gz
src-869ec176fc359ad2042f9cd1cabe3c297d524e26.zip
Make unnecessary globals static and remove unused includes.
Pointed out by: cscout
Notes
Notes: svn path=/head/; revision=128990
Diffstat (limited to 'sys/amd64/acpica')
-rw-r--r--sys/amd64/acpica/OsdEnvironment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/acpica/OsdEnvironment.c b/sys/amd64/acpica/OsdEnvironment.c
index 63216b7ed74a..f12b42fd0bfa 100644
--- a/sys/amd64/acpica/OsdEnvironment.c
+++ b/sys/amd64/acpica/OsdEnvironment.c
@@ -37,7 +37,7 @@ __FBSDID("$FreeBSD$");
#include "acpi.h"
-u_long amd64_acpi_root;
+static u_long amd64_acpi_root;
SYSCTL_ULONG(_machdep, OID_AUTO, acpi_root, CTLFLAG_RD, &amd64_acpi_root, 0,
"The physical address of the RSDP");