summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/subr_autoconf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/subr_autoconf.c b/sys/kern/subr_autoconf.c
index 7ed405bf3cc..ca7ffc2c2fc 100644
--- a/sys/kern/subr_autoconf.c
+++ b/sys/kern/subr_autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: subr_autoconf.c,v 1.10 1996/07/02 22:21:24 deraadt Exp $ */
+/* $OpenBSD: subr_autoconf.c,v 1.11 1996/08/15 12:33:20 niklas Exp $ */
/* $NetBSD: subr_autoconf.c,v 1.21 1996/04/04 06:06:18 cgd Exp $ */
/*
@@ -69,8 +69,6 @@ extern short cfroots[];
#define ROOT ((struct device *)NULL)
-struct device *config_make_softc __P((struct device *, struct cfdata *));
-
struct matchinfo {
cfmatch_t fn;
struct device *parent;