summaryrefslogtreecommitdiff
path: root/sys/arch/vax
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/vax')
-rw-r--r--sys/arch/vax/vax/conf.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/vax/vax/conf.c b/sys/arch/vax/vax/conf.c
index d7ca628cc09..08f720e02eb 100644
--- a/sys/arch/vax/vax/conf.c
+++ b/sys/arch/vax/vax/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.37 2002/07/10 22:08:47 mickey Exp $ */
+/* $OpenBSD: conf.c,v 1.38 2002/12/05 02:49:55 kjc Exp $ */
/* $NetBSD: conf.c,v 1.44 1999/10/27 16:38:54 ragge Exp $ */
/*-
@@ -359,8 +359,6 @@ cdev_decl(xfs_dev);
#include "pf.h"
-#include <altq/altqconf.h>
-
#include "systrace.h"
struct cdevsw cdevsw[] =
@@ -444,7 +442,6 @@ struct cdevsw cdevsw[] =
#else
cdev_notdef(), /* 74 */
#endif
- cdev_altq_init(NALTQ,altq), /* 75: ALTQ control interface */
};
int nchrdev = sizeof(cdevsw) / sizeof(cdevsw[0]);