Revert change that breaks the joy module. joydevclass must not be static.
This commit is contained in:
parent
6e3fd09860
commit
86d5a7e1dd
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user