Revert change that breaks the joy module. joydevclass must not be static.

This commit is contained in:
Warner Losh 2002-01-08 18:27:49 +00:00
parent 7b5f59222e
commit 94663a748c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89086

View File

@ -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)