diff options
Diffstat (limited to 'sys/dev/si')
| -rw-r--r-- | sys/dev/si/si.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c index 66cd72d5874d..52838cfbfe26 100644 --- a/sys/dev/si/si.c +++ b/sys/dev/si/si.c @@ -30,7 +30,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $Id: si.c,v 1.68 1998/03/21 05:17:29 peter Exp $ + * $Id: si.c,v 1.69 1998/03/23 16:27:37 peter Exp $ */ #ifndef lint @@ -76,7 +76,6 @@ static const char si_copyright1[] = "@(#) Copyright (C) Specialix International #include "pci.h" #if NPCI > 0 #include <pci/pcivar.h> -#include <pci/pcireg.h> #endif #include "eisa.h" |
