summaryrefslogtreecommitdiffstats
path: root/sys/isa/isa_common.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-12-08 20:09:00 +0000
committerphk <phk@FreeBSD.org>2000-12-08 20:09:00 +0000
commitc3f2ee9700d0fed2b3e547667a6c907d938f10ed (patch)
tree9b91e3254d2e20aba04461b987734554ccec9f24 /sys/isa/isa_common.c
parent66ed1a203c9a3402bd1232f9af1218dfbc9dd09c (diff)
downloadFreeBSD-src-c3f2ee9700d0fed2b3e547667a6c907d938f10ed.zip
FreeBSD-src-c3f2ee9700d0fed2b3e547667a6c907d938f10ed.tar.gz
Staticize some malloc M_ instances.
Diffstat (limited to 'sys/isa/isa_common.c')
-rw-r--r--sys/isa/isa_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/isa/isa_common.c b/sys/isa/isa_common.c
index d5fa6b3..4334ddf 100644
--- a/sys/isa/isa_common.c
+++ b/sys/isa/isa_common.c
@@ -78,7 +78,7 @@
static int isa_print_child(device_t bus, device_t dev);
-MALLOC_DEFINE(M_ISADEV, "isadev", "ISA device");
+static MALLOC_DEFINE(M_ISADEV, "isadev", "ISA device");
static devclass_t isa_devclass;
static int isa_running;
OpenPOWER on IntegriCloud