summaryrefslogtreecommitdiffstats
path: root/sys/dev/joy/joy.c
diff options
context:
space:
mode:
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