summaryrefslogtreecommitdiffstats
path: root/sys/dev/sn
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/dev/sn
parent16b7b5256b098cbfcccd40598a02b1b4e2e97289 (diff)
downloadFreeBSD-src-beadbd4365a420ed657bf084947334cf763fe9df.zip
FreeBSD-src-beadbd4365a420ed657bf084947334cf763fe9df.tar.gz
Remove unneeded #include <machine/clock.h>
Diffstat (limited to 'sys/dev/sn')
-rw-r--r--sys/dev/sn/if_sn.c1
-rw-r--r--sys/dev/sn/if_sn_isa.c1
-rw-r--r--sys/dev/sn/if_sn_pccard.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/sn/if_sn.c b/sys/dev/sn/if_sn.c
index f1d2840..ad3a3b8 100644
--- a/sys/dev/sn/if_sn.c
+++ b/sys/dev/sn/if_sn.c
@@ -117,7 +117,6 @@
#include <net/bpf.h>
#include <net/bpfdesc.h>
-#include <machine/clock.h>
#include <dev/sn/if_snreg.h>
#include <dev/sn/if_snvar.h>
diff --git a/sys/dev/sn/if_sn_isa.c b/sys/dev/sn/if_sn_isa.c
index 157be8f1..c48d4bc 100644
--- a/sys/dev/sn/if_sn_isa.c
+++ b/sys/dev/sn/if_sn_isa.c
@@ -43,7 +43,6 @@
#include <net/if.h>
#include <net/if_arp.h>
-#include <machine/clock.h>
#include <isa/isavar.h>
diff --git a/sys/dev/sn/if_sn_pccard.c b/sys/dev/sn/if_sn_pccard.c
index 61a3000..08933d4 100644
--- a/sys/dev/sn/if_sn_pccard.c
+++ b/sys/dev/sn/if_sn_pccard.c
@@ -47,7 +47,6 @@
#include <net/if.h>
#include <net/if_arp.h>
-#include <machine/clock.h>
#include <dev/sn/if_snvar.h>
#include <dev/pccard/pccardvar.h>
OpenPOWER on IntegriCloud