summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/agp/agp.c1
-rw-r--r--sys/dev/agp/agp_ali.c1
-rw-r--r--sys/dev/agp/agp_amd.c1
-rw-r--r--sys/dev/agp/agp_i810.c1
-rw-r--r--sys/dev/agp/agp_intel.c1
-rw-r--r--sys/dev/agp/agp_sis.c1
-rw-r--r--sys/dev/agp/agp_via.c1
-rw-r--r--sys/pci/agp.c1
-rw-r--r--sys/pci/agp_ali.c1
-rw-r--r--sys/pci/agp_amd.c1
-rw-r--r--sys/pci/agp_i810.c1
-rw-r--r--sys/pci/agp_intel.c1
-rw-r--r--sys/pci/agp_sis.c1
-rw-r--r--sys/pci/agp_via.c1
14 files changed, 0 insertions, 14 deletions
diff --git a/sys/dev/agp/agp.c b/sys/dev/agp/agp.c
index 7f33a0c..0a073ea 100644
--- a/sys/dev/agp/agp.c
+++ b/sys/dev/agp/agp.c
@@ -27,7 +27,6 @@
*/
#include "opt_bus.h"
-#include "opt_pci.h"
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/dev/agp/agp_ali.c b/sys/dev/agp/agp_ali.c
index 6f097af..fc8004c 100644
--- a/sys/dev/agp/agp_ali.c
+++ b/sys/dev/agp/agp_ali.c
@@ -27,7 +27,6 @@
*/
#include "opt_bus.h"
-#include "opt_pci.h"
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/dev/agp/agp_amd.c b/sys/dev/agp/agp_amd.c
index 382becf..7c4d0ef 100644
--- a/sys/dev/agp/agp_amd.c
+++ b/sys/dev/agp/agp_amd.c
@@ -27,7 +27,6 @@
*/
#include "opt_bus.h"
-#include "opt_pci.h"
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/dev/agp/agp_i810.c b/sys/dev/agp/agp_i810.c
index f055e7f..dba76a9 100644
--- a/sys/dev/agp/agp_i810.c
+++ b/sys/dev/agp/agp_i810.c
@@ -32,7 +32,6 @@
*/
#include "opt_bus.h"
-#include "opt_pci.h"
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/dev/agp/agp_intel.c b/sys/dev/agp/agp_intel.c
index 83c7bbb..31377d0 100644
--- a/sys/dev/agp/agp_intel.c
+++ b/sys/dev/agp/agp_intel.c
@@ -27,7 +27,6 @@
*/
#include "opt_bus.h"
-#include "opt_pci.h"
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/dev/agp/agp_sis.c b/sys/dev/agp/agp_sis.c
index 5c4f90e..d272dfb 100644
--- a/sys/dev/agp/agp_sis.c
+++ b/sys/dev/agp/agp_sis.c
@@ -27,7 +27,6 @@
*/
#include "opt_bus.h"
-#include "opt_pci.h"
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/dev/agp/agp_via.c b/sys/dev/agp/agp_via.c
index 6db351f..fabebeb 100644
--- a/sys/dev/agp/agp_via.c
+++ b/sys/dev/agp/agp_via.c
@@ -27,7 +27,6 @@
*/
#include "opt_bus.h"
-#include "opt_pci.h"
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/pci/agp.c b/sys/pci/agp.c
index 7f33a0c..0a073ea 100644
--- a/sys/pci/agp.c
+++ b/sys/pci/agp.c
@@ -27,7 +27,6 @@
*/
#include "opt_bus.h"
-#include "opt_pci.h"
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/pci/agp_ali.c b/sys/pci/agp_ali.c
index 6f097af..fc8004c 100644
--- a/sys/pci/agp_ali.c
+++ b/sys/pci/agp_ali.c
@@ -27,7 +27,6 @@
*/
#include "opt_bus.h"
-#include "opt_pci.h"
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/pci/agp_amd.c b/sys/pci/agp_amd.c
index 382becf..7c4d0ef 100644
--- a/sys/pci/agp_amd.c
+++ b/sys/pci/agp_amd.c
@@ -27,7 +27,6 @@
*/
#include "opt_bus.h"
-#include "opt_pci.h"
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/pci/agp_i810.c b/sys/pci/agp_i810.c
index f055e7f..dba76a9 100644
--- a/sys/pci/agp_i810.c
+++ b/sys/pci/agp_i810.c
@@ -32,7 +32,6 @@
*/
#include "opt_bus.h"
-#include "opt_pci.h"
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/pci/agp_intel.c b/sys/pci/agp_intel.c
index 83c7bbb..31377d0 100644
--- a/sys/pci/agp_intel.c
+++ b/sys/pci/agp_intel.c
@@ -27,7 +27,6 @@
*/
#include "opt_bus.h"
-#include "opt_pci.h"
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/pci/agp_sis.c b/sys/pci/agp_sis.c
index 5c4f90e..d272dfb 100644
--- a/sys/pci/agp_sis.c
+++ b/sys/pci/agp_sis.c
@@ -27,7 +27,6 @@
*/
#include "opt_bus.h"
-#include "opt_pci.h"
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/pci/agp_via.c b/sys/pci/agp_via.c
index 6db351f..fabebeb 100644
--- a/sys/pci/agp_via.c
+++ b/sys/pci/agp_via.c
@@ -27,7 +27,6 @@
*/
#include "opt_bus.h"
-#include "opt_pci.h"
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud