From b3dba352a0b5c8cd5786b0982c5b2c359e4a005b Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Thu, 15 Aug 1996 12:33:21 +0000 Subject: Remove unnecessary prototype --- sys/kern/subr_autoconf.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys') 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; -- cgit v1.2.3