summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2005-02-04 07:25:44 +0000
committernjl <njl@FreeBSD.org>2005-02-04 07:25:44 +0000
commitc673c301c646bfcc9048357dce9d51185100ca38 (patch)
tree2e45f7566ba665c1c059ca8c2ff9e04927718e9f /sys/dev/acpica
parent7471ede193c8fda55404da245e353d0b2fdcb953 (diff)
downloadFreeBSD-src-c673c301c646bfcc9048357dce9d51185100ca38.zip
FreeBSD-src-c673c301c646bfcc9048357dce9d51185100ca38.tar.gz
Make the devclass static for now until deciding whether to share them.
Diffstat (limited to 'sys/dev/acpica')
-rw-r--r--sys/dev/acpica/acpi_cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi_cpu.c b/sys/dev/acpica/acpi_cpu.c
index 8015af9..2a2387b 100644
--- a/sys/dev/acpica/acpi_cpu.c
+++ b/sys/dev/acpica/acpi_cpu.c
@@ -201,7 +201,7 @@ static driver_t acpi_cpu_driver = {
sizeof(struct acpi_cpu_softc),
};
-extern devclass_t cpu_devclass;
+static devclass_t cpu_devclass;
DRIVER_MODULE(cpu, acpi, acpi_cpu_driver, cpu_devclass, 0, 0);
MODULE_DEPEND(cpu, acpi, 1, 1, 1);
OpenPOWER on IntegriCloud