mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
Remove cdevsw_add() - the necessary make_dev() is already there.
This commit is contained in:
parent
2c77a71d3d
commit
7fb0a8412a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53334
@ -427,7 +427,6 @@ static void
|
||||
cn_drvinit(void *unused)
|
||||
{
|
||||
|
||||
cdevsw_add(&cn_cdevsw);
|
||||
condev_t = make_dev (&cn_cdevsw, 0,
|
||||
UID_ROOT, GID_WHEEL, 0600, "console");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user