1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Staticise the joy devclass.

This commit is contained in:
Mike Smith 2002-01-08 06:49:06 +00:00
parent 4ce44e2302
commit 489da1e76a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89058

View File

@ -83,7 +83,7 @@ static struct cdevsw joy_cdevsw = {
/* flags */ 0,
};
devclass_t joy_devclass;
static devclass_t joy_devclass;
int
joy_probe(device_t dev)