From 480e8a1a1c2b157accfafbdd23ddd44fb4424238 Mon Sep 17 00:00:00 2001 From: kleink Date: Wed, 1 Sep 1999 18:03:10 +0000 Subject: [PATCH] No longer requires mpuvar.h. --- sys/dev/pci/opl_eso.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/dev/pci/opl_eso.c b/sys/dev/pci/opl_eso.c index ba0404637545..ec0683fca7a2 100644 --- a/sys/dev/pci/opl_eso.c +++ b/sys/dev/pci/opl_eso.c @@ -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. @@ -58,7 +58,6 @@ #include #include -#include #include static int opl_eso_match __P((struct device *, struct cfdata *, void *));