summaryrefslogtreecommitdiffstats
path: root/sys/dev/joy/joy.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2002-01-08 06:49:06 +0000
committermsmith <msmith@FreeBSD.org>2002-01-08 06:49:06 +0000
commit4dc53ad8f8e6c7d44ea7bbbefa8669cb6ec94b7e (patch)
tree21422cf19be7a564780dae373e464d44ad1cfe50 /sys/dev/joy/joy.c
parente6a5f9545c3ba8dabd44eb6e96e5a1c2f827db6b (diff)
downloadFreeBSD-src-4dc53ad8f8e6c7d44ea7bbbefa8669cb6ec94b7e.zip
FreeBSD-src-4dc53ad8f8e6c7d44ea7bbbefa8669cb6ec94b7e.tar.gz
Staticise the joy devclass.
Diffstat (limited to 'sys/dev/joy/joy.c')
-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 967e6bd..c411011 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)
OpenPOWER on IntegriCloud