aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/si
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-03-28 13:25:01 +0000
committerBruce Evans <bde@FreeBSD.org>1998-03-28 13:25:01 +0000
commit3c1300a6b3cd47aa77511fcd7fa2eba7ea0c8315 (patch)
tree70e12bba187bd4e3481715840dd7e3f89c394dd6 /sys/dev/si
parent8c375f5868b775d9853f48a07dade43079877e59 (diff)
Notes
Diffstat (limited to 'sys/dev/si')
-rw-r--r--sys/dev/si/si.c3
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"