Revert change that breaks the joy module. joydevclass must not be static.
This commit is contained in:
parent
7b5f59222e
commit
94663a748c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89086
@ -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…
Reference in New Issue
Block a user