summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpivar.h
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2002-01-08 06:46:01 +0000
committermsmith <msmith@FreeBSD.org>2002-01-08 06:46:01 +0000
commita855b09ad999235f62fe29261a98fd8b6773a73d (patch)
treecfb201ced8b62b19c835d3f8f3b03333ffb1fc87 /sys/dev/acpica/acpivar.h
parentc8fe4def6b256672a7ffe18ad5af78461a05c275 (diff)
downloadFreeBSD-src-a855b09ad999235f62fe29261a98fd8b6773a73d.zip
FreeBSD-src-a855b09ad999235f62fe29261a98fd8b6773a73d.tar.gz
Staticise devclasses and some unnecessarily global variables.
Diffstat (limited to 'sys/dev/acpica/acpivar.h')
-rw-r--r--sys/dev/acpica/acpivar.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/acpica/acpivar.h b/sys/dev/acpica/acpivar.h
index 2ce13fc..eb313d6 100644
--- a/sys/dev/acpica/acpivar.h
+++ b/sys/dev/acpica/acpivar.h
@@ -35,8 +35,6 @@
#include <machine/bus.h>
#include <machine/resource.h>
-extern devclass_t acpi_devclass;
-
struct acpi_softc {
device_t acpi_dev;
dev_t acpi_dev_t;
OpenPOWER on IntegriCloud