diff options
author | phk <phk@FreeBSD.org> | 2000-10-15 14:19:01 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2000-10-15 14:19:01 +0000 |
commit | beadbd4365a420ed657bf084947334cf763fe9df (patch) | |
tree | f7588f727cba89fa00d17c7a96d1d9721ac818cc /sys/dev/awi | |
parent | 16b7b5256b098cbfcccd40598a02b1b4e2e97289 (diff) | |
download | FreeBSD-src-beadbd4365a420ed657bf084947334cf763fe9df.zip FreeBSD-src-beadbd4365a420ed657bf084947334cf763fe9df.tar.gz |
Remove unneeded #include <machine/clock.h>
Diffstat (limited to 'sys/dev/awi')
-rw-r--r-- | sys/dev/awi/awi.c | 1 | ||||
-rw-r--r-- | sys/dev/awi/awi_wep.c | 1 | ||||
-rw-r--r-- | sys/dev/awi/awi_wicfg.c | 1 | ||||
-rw-r--r-- | sys/dev/awi/if_awi_pccard.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/awi/awi.c b/sys/dev/awi/awi.c index 5e4ab1f..ef105ba 100644 --- a/sys/dev/awi/awi.c +++ b/sys/dev/awi/awi.c @@ -145,7 +145,6 @@ #include <machine/intr.h> #endif #ifdef __FreeBSD__ -#include <machine/clock.h> #endif #ifdef __NetBSD__ diff --git a/sys/dev/awi/awi_wep.c b/sys/dev/awi/awi_wep.c index 607eceb..308cfcb 100644 --- a/sys/dev/awi/awi_wep.c +++ b/sys/dev/awi/awi_wep.c @@ -79,7 +79,6 @@ #include <machine/cpu.h> #include <machine/bus.h> #ifdef __FreeBSD__ -#include <machine/clock.h> #endif #ifdef __NetBSD__ diff --git a/sys/dev/awi/awi_wicfg.c b/sys/dev/awi/awi_wicfg.c index bc2e4d7..76ff3ef 100644 --- a/sys/dev/awi/awi_wicfg.c +++ b/sys/dev/awi/awi_wicfg.c @@ -70,7 +70,6 @@ #include <machine/cpu.h> #include <machine/bus.h> #ifdef __FreeBSD__ -#include <machine/clock.h> #endif #ifdef __NetBSD__ diff --git a/sys/dev/awi/if_awi_pccard.c b/sys/dev/awi/if_awi_pccard.c index 82190d5..be55de57 100644 --- a/sys/dev/awi/if_awi_pccard.c +++ b/sys/dev/awi/if_awi_pccard.c @@ -43,7 +43,6 @@ #include <net/ethernet.h> #include <net/if_ieee80211.h> -#include <machine/clock.h> #include <dev/awi/am79c930reg.h> #include <dev/awi/am79c930var.h> |