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

This commit is contained in:
imp 2002-01-08 18:27:49 +00:00
parent 6e3fd09860
commit 86d5a7e1dd

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)