summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-10-15 14:19:01 +0000
committerphk <phk@FreeBSD.org>2000-10-15 14:19:01 +0000
commitbeadbd4365a420ed657bf084947334cf763fe9df (patch)
treef7588f727cba89fa00d17c7a96d1d9721ac818cc /sys/pci
parent16b7b5256b098cbfcccd40598a02b1b4e2e97289 (diff)
downloadFreeBSD-src-beadbd4365a420ed657bf084947334cf763fe9df.zip
FreeBSD-src-beadbd4365a420ed657bf084947334cf763fe9df.tar.gz
Remove unneeded #include <machine/clock.h>
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/agp_amd.c1
-rw-r--r--sys/pci/alpm.c1
-rw-r--r--sys/pci/amd.c1
-rw-r--r--sys/pci/if_dc.c1
-rw-r--r--sys/pci/if_de.c1
-rw-r--r--sys/pci/if_en_pci.c1
-rw-r--r--sys/pci/if_fxp.c1
-rw-r--r--sys/pci/if_mn.c1
-rw-r--r--sys/pci/if_pcn.c1
-rw-r--r--sys/pci/if_rl.c1
-rw-r--r--sys/pci/if_sf.c1
-rw-r--r--sys/pci/if_sis.c1
-rw-r--r--sys/pci/if_sk.c1
-rw-r--r--sys/pci/if_ste.c1
-rw-r--r--sys/pci/if_ti.c1
-rw-r--r--sys/pci/if_tl.c1
-rw-r--r--sys/pci/if_tx.c1
-rw-r--r--sys/pci/if_vr.c1
-rw-r--r--sys/pci/if_wb.c1
-rw-r--r--sys/pci/if_xl.c1
-rw-r--r--sys/pci/intpm.c1
-rw-r--r--sys/pci/isp_pci.c1
-rw-r--r--sys/pci/ncr.c1
23 files changed, 0 insertions, 23 deletions
diff --git a/sys/pci/agp_amd.c b/sys/pci/agp_amd.c
index 198b926..0a498f7 100644
--- a/sys/pci/agp_amd.c
+++ b/sys/pci/agp_amd.c
@@ -44,7 +44,6 @@
#include <vm/vm.h>
#include <vm/vm_object.h>
#include <vm/pmap.h>
-#include <machine/clock.h>
#include <machine/bus.h>
#include <machine/resource.h>
#include <sys/rman.h>
diff --git a/sys/pci/alpm.c b/sys/pci/alpm.c
index fb87c74..315bdec 100644
--- a/sys/pci/alpm.c
+++ b/sys/pci/alpm.c
@@ -37,7 +37,6 @@
#include <sys/bus.h>
#include <sys/uio.h>
-#include <machine/clock.h>
#include <machine/bus_pio.h>
#include <machine/bus_memio.h>
diff --git a/sys/pci/amd.c b/sys/pci/amd.c
index 808afa7..8bd550b 100644
--- a/sys/pci/amd.c
+++ b/sys/pci/amd.c
@@ -61,7 +61,6 @@
#include <machine/bus_pio.h>
#include <machine/bus.h>
-#include <machine/clock.h>
#include <machine/resource.h>
#include <sys/bus.h>
#include <sys/rman.h>
diff --git a/sys/pci/if_dc.c b/sys/pci/if_dc.c
index 893da20..6a437a4 100644
--- a/sys/pci/if_dc.c
+++ b/sys/pci/if_dc.c
@@ -104,7 +104,6 @@
#include <vm/vm.h> /* for vtophys */
#include <vm/pmap.h> /* for vtophys */
-#include <machine/clock.h> /* for DELAY */
#include <machine/bus_pio.h>
#include <machine/bus_memio.h>
#include <machine/bus.h>
diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c
index 7037f6d..4b86793 100644
--- a/sys/pci/if_de.c
+++ b/sys/pci/if_de.c
@@ -48,7 +48,6 @@
#include <sys/malloc.h>
#include <sys/kernel.h>
#include <sys/eventhandler.h>
-#include <machine/clock.h>
#include <machine/bus.h>
#include <machine/resource.h>
#include <sys/bus.h>
diff --git a/sys/pci/if_en_pci.c b/sys/pci/if_en_pci.c
index 3a2f37a..382c7b6 100644
--- a/sys/pci/if_en_pci.c
+++ b/sys/pci/if_en_pci.c
@@ -56,7 +56,6 @@
#include <sys/malloc.h>
#include <sys/socket.h>
-#include <machine/clock.h> /* for DELAY */
#include <net/if.h>
diff --git a/sys/pci/if_fxp.c b/sys/pci/if_fxp.c
index 9a5def5..3b4afed 100644
--- a/sys/pci/if_fxp.c
+++ b/sys/pci/if_fxp.c
@@ -63,7 +63,6 @@
#include <vm/vm.h> /* for vtophys */
#include <vm/pmap.h> /* for vtophys */
-#include <machine/clock.h> /* for DELAY */
#include <pci/pcivar.h>
#include <pci/pcireg.h> /* for PCIM_CMD_xxx */
diff --git a/sys/pci/if_mn.c b/sys/pci/if_mn.c
index 7e273db..703c6e5 100644
--- a/sys/pci/if_mn.c
+++ b/sys/pci/if_mn.c
@@ -47,7 +47,6 @@
#include <machine/bus.h>
#include <machine/resource.h>
-#include <machine/clock.h>
#include <sys/rman.h>
diff --git a/sys/pci/if_pcn.c b/sys/pci/if_pcn.c
index c9952f3..05e0ab7 100644
--- a/sys/pci/if_pcn.c
+++ b/sys/pci/if_pcn.c
@@ -73,7 +73,6 @@
#include <vm/vm.h> /* for vtophys */
#include <vm/pmap.h> /* for vtophys */
-#include <machine/clock.h> /* for DELAY */
#include <machine/bus_pio.h>
#include <machine/bus_memio.h>
#include <machine/bus.h>
diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c
index fd9a75f..0feb7f8 100644
--- a/sys/pci/if_rl.c
+++ b/sys/pci/if_rl.c
@@ -101,7 +101,6 @@
#include <vm/vm.h> /* for vtophys */
#include <vm/pmap.h> /* for vtophys */
-#include <machine/clock.h> /* for DELAY */
#include <machine/bus_pio.h>
#include <machine/bus_memio.h>
#include <machine/bus.h>
diff --git a/sys/pci/if_sf.c b/sys/pci/if_sf.c
index eac7980..f2ca1e8 100644
--- a/sys/pci/if_sf.c
+++ b/sys/pci/if_sf.c
@@ -97,7 +97,6 @@
#include <vm/vm.h> /* for vtophys */
#include <vm/pmap.h> /* for vtophys */
-#include <machine/clock.h> /* for DELAY */
#include <machine/bus_pio.h>
#include <machine/bus_memio.h>
#include <machine/bus.h>
diff --git a/sys/pci/if_sis.c b/sys/pci/if_sis.c
index 4602e58..5de1eb4 100644
--- a/sys/pci/if_sis.c
+++ b/sys/pci/if_sis.c
@@ -75,7 +75,6 @@
#include <vm/vm.h> /* for vtophys */
#include <vm/pmap.h> /* for vtophys */
-#include <machine/clock.h> /* for DELAY */
#include <machine/bus_pio.h>
#include <machine/bus_memio.h>
#include <machine/bus.h>
diff --git a/sys/pci/if_sk.c b/sys/pci/if_sk.c
index b1f0bfd..0b76c4e 100644
--- a/sys/pci/if_sk.c
+++ b/sys/pci/if_sk.c
@@ -85,7 +85,6 @@
#include <vm/vm.h> /* for vtophys */
#include <vm/pmap.h> /* for vtophys */
-#include <machine/clock.h> /* for DELAY */
#include <machine/bus_pio.h>
#include <machine/bus_memio.h>
#include <machine/bus.h>
diff --git a/sys/pci/if_ste.c b/sys/pci/if_ste.c
index 77895f8..4120762 100644
--- a/sys/pci/if_ste.c
+++ b/sys/pci/if_ste.c
@@ -50,7 +50,6 @@
#include <vm/vm.h> /* for vtophys */
#include <vm/pmap.h> /* for vtophys */
-#include <machine/clock.h> /* for DELAY */
#include <machine/bus_memio.h>
#include <machine/bus_pio.h>
#include <machine/bus.h>
diff --git a/sys/pci/if_ti.c b/sys/pci/if_ti.c
index 1afd6ed..3f88504 100644
--- a/sys/pci/if_ti.c
+++ b/sys/pci/if_ti.c
@@ -108,7 +108,6 @@
#include <vm/vm.h> /* for vtophys */
#include <vm/pmap.h> /* for vtophys */
-#include <machine/clock.h> /* for DELAY */
#include <machine/bus_memio.h>
#include <machine/bus.h>
#include <machine/resource.h>
diff --git a/sys/pci/if_tl.c b/sys/pci/if_tl.c
index 06504c3..b873597 100644
--- a/sys/pci/if_tl.c
+++ b/sys/pci/if_tl.c
@@ -196,7 +196,6 @@
#include <vm/vm.h> /* for vtophys */
#include <vm/pmap.h> /* for vtophys */
-#include <machine/clock.h> /* for DELAY */
#include <machine/bus_memio.h>
#include <machine/bus_pio.h>
#include <machine/bus.h>
diff --git a/sys/pci/if_tx.c b/sys/pci/if_tx.c
index 7cbe32d..8c5a8df 100644
--- a/sys/pci/if_tx.c
+++ b/sys/pci/if_tx.c
@@ -63,7 +63,6 @@
#include <vm/vm.h> /* for vtophys */
#include <vm/pmap.h> /* for vtophys */
-#include <machine/clock.h> /* for DELAY */
#include <machine/bus_memio.h>
#include <machine/bus_pio.h>
#include <machine/bus.h>
diff --git a/sys/pci/if_vr.c b/sys/pci/if_vr.c
index 7430a8c..38677fd 100644
--- a/sys/pci/if_vr.c
+++ b/sys/pci/if_vr.c
@@ -77,7 +77,6 @@
#include <vm/vm.h> /* for vtophys */
#include <vm/pmap.h> /* for vtophys */
-#include <machine/clock.h> /* for DELAY */
#include <machine/bus_pio.h>
#include <machine/bus_memio.h>
#include <machine/bus.h>
diff --git a/sys/pci/if_wb.c b/sys/pci/if_wb.c
index 8fe210c..1dcb547 100644
--- a/sys/pci/if_wb.c
+++ b/sys/pci/if_wb.c
@@ -104,7 +104,6 @@
#include <vm/vm.h> /* for vtophys */
#include <vm/pmap.h> /* for vtophys */
-#include <machine/clock.h> /* for DELAY */
#include <machine/bus_memio.h>
#include <machine/bus_pio.h>
#include <machine/bus.h>
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c
index 94ba480..2787599 100644
--- a/sys/pci/if_xl.c
+++ b/sys/pci/if_xl.c
@@ -112,7 +112,6 @@
#include <vm/vm.h> /* for vtophys */
#include <vm/pmap.h> /* for vtophys */
-#include <machine/clock.h> /* for DELAY */
#include <machine/bus_memio.h>
#include <machine/bus_pio.h>
#include <machine/bus.h>
diff --git a/sys/pci/intpm.c b/sys/pci/intpm.c
index e085933..ae0e2b4 100644
--- a/sys/pci/intpm.c
+++ b/sys/pci/intpm.c
@@ -33,7 +33,6 @@
#include <machine/bus_memio.h>
#include <machine/bus.h>
-#include <machine/clock.h>
#include <sys/uio.h>
#include <sys/module.h>
#include <sys/bus.h>
diff --git a/sys/pci/isp_pci.c b/sys/pci/isp_pci.c
index fe087c2..714581c 100644
--- a/sys/pci/isp_pci.c
+++ b/sys/pci/isp_pci.c
@@ -40,7 +40,6 @@
#include <machine/bus_pio.h>
#include <machine/bus.h>
#include <machine/resource.h>
-#include <machine/clock.h>
#include <sys/rman.h>
#include <sys/malloc.h>
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index 40a865b..77d6940 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -181,7 +181,6 @@
#include <sys/kernel.h>
#include <sys/sysctl.h>
#include <sys/bus.h>
-#include <machine/clock.h>
#include <machine/md_var.h>
#include <machine/bus.h>
#include <machine/resource.h>
OpenPOWER on IntegriCloud