aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/joy
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2002-01-08 06:49:06 +0000
committerMike Smith <msmith@FreeBSD.org>2002-01-08 06:49:06 +0000
commit489da1e76a2121f8300c5687670b4dde696c3996 (patch)
tree21422cf19be7a564780dae373e464d44ad1cfe50 /sys/dev/joy
parent4ce44e2302c9fa0b02202361cc9f6dfb4404fc06 (diff)
Notes
Diffstat (limited to 'sys/dev/joy')
-rw-r--r--sys/dev/joy/joy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/joy/joy.c b/sys/dev/joy/joy.c
index 967e6bdbdf06..c411011b09be 100644
--- a/sys/dev/joy/joy.c
+++ b/sys/dev/joy/joy.c
@@ -83,7 +83,7 @@ static struct cdevsw joy_cdevsw = {
/* flags */ 0,
};
-devclass_t joy_devclass;
+static devclass_t joy_devclass;
int
joy_probe(device_t dev)