From 94f9940a0c8ce6c68080cf07f3a377565aea932e Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 6 May 1999 22:16:19 +0000 Subject: [PATCH] Ensure prototype for pnp_configure() is visible. --- sys/amd64/amd64/autoconf.c | 9 ++------- sys/i386/i386/autoconf.c | 9 ++------- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c index cd836f146049..ab577b57e13f 100644 --- a/sys/amd64/amd64/autoconf.c +++ b/sys/amd64/amd64/autoconf.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91 - * $Id: autoconf.c,v 1.113 1999/04/16 21:22:11 peter Exp $ + * $Id: autoconf.c,v 1.114 1999/04/18 15:50:34 peter Exp $ */ /* @@ -76,19 +76,14 @@ #include "isa.h" #if NISA > 0 -#ifdef OLD_BUS_ARCH -#include -#else device_t isa_bus_device = 0; -#endif /* OLD_BUS_ARCH */ #endif #include "pnp.h" #if NPNP > 0 -#ifdef OLD_BUS_ARCH +#include #include #endif -#endif #include "eisa.h" #if NEISA > 0 diff --git a/sys/i386/i386/autoconf.c b/sys/i386/i386/autoconf.c index cd836f146049..ab577b57e13f 100644 --- a/sys/i386/i386/autoconf.c +++ b/sys/i386/i386/autoconf.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91 - * $Id: autoconf.c,v 1.113 1999/04/16 21:22:11 peter Exp $ + * $Id: autoconf.c,v 1.114 1999/04/18 15:50:34 peter Exp $ */ /* @@ -76,19 +76,14 @@ #include "isa.h" #if NISA > 0 -#ifdef OLD_BUS_ARCH -#include -#else device_t isa_bus_device = 0; -#endif /* OLD_BUS_ARCH */ #endif #include "pnp.h" #if NPNP > 0 -#ifdef OLD_BUS_ARCH +#include #include #endif -#endif #include "eisa.h" #if NEISA > 0