diff options
Diffstat (limited to 'sys/pci/ide_pci.c')
-rw-r--r-- | sys/pci/ide_pci.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/pci/ide_pci.c b/sys/pci/ide_pci.c index dfea124..19f27b0 100644 --- a/sys/pci/ide_pci.c +++ b/sys/pci/ide_pci.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ide_pci.c,v 1.7 1998/01/14 08:13:32 kato Exp $ + * $Id: ide_pci.c,v 1.8 1998/02/04 22:33:21 eivind Exp $ */ #include "pci.h" @@ -36,8 +36,6 @@ #if NWDC > 0 -#include "opt_diagnostic.h" - #include <sys/param.h> #include <sys/systm.h> #include <sys/buf.h> |