diff options
author | mux <mux@FreeBSD.org> | 2002-11-13 17:40:15 +0000 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2002-11-13 17:40:15 +0000 |
commit | 4068f70fba8940e028b6aee6ccac2bd530bbae01 (patch) | |
tree | d407fca0bc4914bfe6848dc1fa24c0862a636a13 /sys/pci | |
parent | 3c348eda15409bef7fb97235601a3ef1b29aba15 (diff) | |
download | FreeBSD-src-4068f70fba8940e028b6aee6ccac2bd530bbae01.zip FreeBSD-src-4068f70fba8940e028b6aee6ccac2bd530bbae01.tar.gz |
Remove a bunch of #include "opt_pci.h".
Diffstat (limited to 'sys/pci')
-rw-r--r-- | sys/pci/agp.c | 1 | ||||
-rw-r--r-- | sys/pci/agp_ali.c | 1 | ||||
-rw-r--r-- | sys/pci/agp_amd.c | 1 | ||||
-rw-r--r-- | sys/pci/agp_i810.c | 1 | ||||
-rw-r--r-- | sys/pci/agp_intel.c | 1 | ||||
-rw-r--r-- | sys/pci/agp_sis.c | 1 | ||||
-rw-r--r-- | sys/pci/agp_via.c | 1 |
7 files changed, 0 insertions, 7 deletions
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> |