aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1999-09-03 05:08:05 +0000
committerJulian Elischer <julian@FreeBSD.org>1999-09-03 05:08:05 +0000
commit439a479b3be453d88f46baefc2f5154f02555fa0 (patch)
tree985e388704165329533648fedf18effc5dd2732a /sys/dev
parentcb899cd41d5832b8293fbbb27682ebc18faf4f7a (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/vinum/vinum.c3
-rw-r--r--sys/dev/vinum/vinumhdr.h4
2 files changed, 0 insertions, 7 deletions
diff --git a/sys/dev/vinum/vinum.c b/sys/dev/vinum/vinum.c
index 2355544b2bc7..46ff86a3330f 100644
--- a/sys/dev/vinum/vinum.c
+++ b/sys/dev/vinum/vinum.c
@@ -88,9 +88,6 @@ vinumattach(void *dummy)
dqend = NULL;
cdevsw_add(&vinum_cdevsw); /* add the cdevsw entry */
-#ifdef DEVFS
-#error DEVFS not finished yet
-#endif
/* allocate space: drives... */
DRIVE = (struct drive *) Malloc(sizeof(struct drive) * INITIAL_DRIVES);
diff --git a/sys/dev/vinum/vinumhdr.h b/sys/dev/vinum/vinumhdr.h
index 22b62d6040c0..91f87428ae14 100644
--- a/sys/dev/vinum/vinumhdr.h
+++ b/sys/dev/vinum/vinumhdr.h
@@ -43,10 +43,6 @@
#include <sys/systm.h>
#include <sys/kernel.h>
#endif
-#ifdef DEVFS
-#error "DEVFS code not complete yet"
-#include <sys/devfsext.h>
-#endif /*DEVFS */
#include <sys/proc.h>
#include <sys/errno.h>
#include <sys/dkstat.h>