diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-01-08 18:27:49 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-01-08 18:27:49 +0000 |
| commit | 94663a748cd3a5f7c1aa5c6652de1cbc0021e41a (patch) | |
| tree | a3b71d614cf51780fe0e147ee7d8b8ed84ce2621 /sys/dev/joy | |
| parent | 7b5f59222e22ad37161a51586ee7c983914c0138 (diff) | |
Notes
Diffstat (limited to 'sys/dev/joy')
| -rw-r--r-- | sys/dev/joy/joy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/joy/joy.c b/sys/dev/joy/joy.c index c411011b09be..967e6bdbdf06 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) |
