summaryrefslogtreecommitdiff
path: root/sys/kern/kern_conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_conf.c')
-rw-r--r--sys/kern/kern_conf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/kern_conf.c b/sys/kern/kern_conf.c
index df22829a9abc..cbaf992052a8 100644
--- a/sys/kern/kern_conf.c
+++ b/sys/kern/kern_conf.c
@@ -950,7 +950,6 @@ dev_dependsl(struct cdev *pdev, struct cdev *cdev)
LIST_INSERT_HEAD(&pdev->si_children, cdev, si_siblings);
}
-
void
dev_depends(struct cdev *pdev, struct cdev *cdev)
{
@@ -1325,7 +1324,6 @@ clone_create(struct clonedevs **cdp, struct cdevsw *csw, int *up,
KASSERT(csw->d_flags & D_NEEDMINOR,
("clone_create() on cdevsw without minor numbers"));
-
/*
* Search the list for a lot of things in one go:
* A preexisting match is returned immediately.