No longer requires mpuvar.h.
This commit is contained in:
parent
ce80d27933
commit
480e8a1a1c
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: opl_eso.c,v 1.2 1999/08/01 18:05:42 augustss Exp $ */
|
/* $NetBSD: opl_eso.c,v 1.3 1999/09/01 18:03:10 kleink Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||||
|
@ -58,7 +58,6 @@
|
||||||
#include <dev/pci/pcireg.h>
|
#include <dev/pci/pcireg.h>
|
||||||
#include <dev/pci/pcivar.h>
|
#include <dev/pci/pcivar.h>
|
||||||
|
|
||||||
#include <dev/ic/mpuvar.h>
|
|
||||||
#include <dev/pci/esovar.h>
|
#include <dev/pci/esovar.h>
|
||||||
|
|
||||||
static int opl_eso_match __P((struct device *, struct cfdata *, void *));
|
static int opl_eso_match __P((struct device *, struct cfdata *, void *));
|
||||||
|
|
Loading…
Reference in New Issue