aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire/fwohci_pci.c
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>2003-06-30 06:33:18 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>2003-06-30 06:33:18 +0000
commit170e7a20d0c2bd98ec0f69cd22760eb91090074e (patch)
treed315f00f2eac2862ed1f242648121321d6c983ef /sys/dev/firewire/fwohci_pci.c
parent5af40bb68ac5ebc8f50531fe6f99d040b7ebdd93 (diff)
downloadsrc-170e7a20d0c2bd98ec0f69cd22760eb91090074e.tar.gz
src-170e7a20d0c2bd98ec0f69cd22760eb91090074e.zip
Include file clean up.
Notes
Notes: svn path=/head/; revision=117067
Diffstat (limited to 'sys/dev/firewire/fwohci_pci.c')
-rw-r--r--sys/dev/firewire/fwohci_pci.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/firewire/fwohci_pci.c b/sys/dev/firewire/fwohci_pci.c
index dcc5caaab0c1..9745ce86d437 100644
--- a/sys/dev/firewire/fwohci_pci.c
+++ b/sys/dev/firewire/fwohci_pci.c
@@ -47,6 +47,10 @@
#include <sys/malloc.h>
#include <machine/resource.h>
+#if __FreeBSD_version < 500000
+#include <machine/clock.h> /* for DELAY() */
+#endif
+
#include <pci/pcivar.h>
#include <pci/pcireg.h>