aboutsummaryrefslogtreecommitdiff
path: root/sys/isa/isa_common.c
diff options
context:
space:
mode:
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 d5fa6b3869c7..4334ddff9031 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;