summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/isa/pnp.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/i386/isa/pnp.c b/sys/i386/isa/pnp.c
index 7fbe195..3d4b4f1 100644
--- a/sys/i386/isa/pnp.c
+++ b/sys/i386/isa/pnp.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: pnp.c,v 1.2 1997/09/18 08:04:11 jmg Exp $
+ * $Id: pnp.c,v 1.3 1997/09/19 15:20:24 jmg Exp $
*/
#include <sys/param.h>
@@ -32,13 +32,11 @@
#include <sys/malloc.h>
#include <sys/interrupt.h>
#include <machine/clock.h>
-#include <machine/cpufunc.h>
#include <machine/md_var.h>
-#include <i386/isa/pnp.h>
-#include <i386/isa/isa_device.h>
-#include <i386/isa/isa.h>
#include <i386/isa/icu.h>
+#include <i386/isa/isa_device.h>
+#include <i386/isa/pnp.h>
int num_pnp_cards = 0;
pnp_id pnp_devices[MAX_PNP_CARDS];
OpenPOWER on IntegriCloud