summaryrefslogtreecommitdiffstats
path: root/sys/dev/joy/joy.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-01-08 18:27:49 +0000
committerimp <imp@FreeBSD.org>2002-01-08 18:27:49 +0000
commit86d5a7e1dd97a9e17b25d5fdeb13ea6ef5757ed5 (patch)
treea3b71d614cf51780fe0e147ee7d8b8ed84ce2621 /sys/dev/joy/joy.c
parent6e3fd0986046e2fc1d552a3b4c4e869d4e5a5c04 (diff)
downloadFreeBSD-src-86d5a7e1dd97a9e17b25d5fdeb13ea6ef5757ed5.zip
FreeBSD-src-86d5a7e1dd97a9e17b25d5fdeb13ea6ef5757ed5.tar.gz
Revert change that breaks the joy module. joydevclass must not be static.
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 c411011..967e6bd 100644
--- a/sys/dev/joy/joy.c
+++ b/sys/dev/joy/joy.c
@@ -83,7 +83,7 @@ static struct cdevsw joy_cdevsw = {
/* flags */ 0,
};
-static devclass_t joy_devclass;
+devclass_t joy_devclass;
int
joy_probe(device_t dev)
OpenPOWER on IntegriCloud