Oops, that wasn't so clever after all. struct isa_device is still a

prerequisite for this old pnp.h.
This commit is contained in:
Peter Wemm 1999-08-22 21:44:35 +00:00
parent be5890825d
commit 2237f6ec54
3 changed files with 5 additions and 5 deletions

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91
* $Id: autoconf.c,v 1.132 1999/08/13 10:29:16 phk Exp $
* $Id: autoconf.c,v 1.133 1999/08/22 19:59:29 peter Exp $
*/
/*
@ -74,6 +74,7 @@
#include "pnp.h"
#if NPNP > 0
#include <i386/isa/isa_device.h>
#include <i386/isa/pnp.h>
#endif

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91
* $Id: autoconf.c,v 1.132 1999/08/13 10:29:16 phk Exp $
* $Id: autoconf.c,v 1.133 1999/08/22 19:59:29 peter Exp $
*/
/*
@ -74,6 +74,7 @@
#include "pnp.h"
#if NPNP > 0
#include <i386/isa/isa_device.h>
#include <i386/isa/pnp.h>
#endif

View File

@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: pnp.h,v 1.7 1998/09/13 22:15:44 eivind Exp $
* $Id: pnp.h,v 1.8 1999/08/22 19:46:05 peter Exp $
*/
#ifndef _I386_ISA_PNP_H_
@ -267,8 +267,6 @@ struct pnp_cinfo {
#ifdef KERNEL
struct isa_device;
struct pnp_device {
char *pd_name;
char * (*pd_probe ) (u_long csn, u_long vendor_id);