summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2003-05-27 16:34:52 +0000
committerscottl <scottl@FreeBSD.org>2003-05-27 16:34:52 +0000
commite2a13c1ed2e60eb4d8487f1eb4ed0aee19cc526b (patch)
treeddd31af57ae4a34427a7875de58149eadf2b5498 /sys/dev/firewire
parentb29ada95f9924a5b84631707dff6aa36f384dac2 (diff)
downloadFreeBSD-src-e2a13c1ed2e60eb4d8487f1eb4ed0aee19cc526b.zip
FreeBSD-src-e2a13c1ed2e60eb4d8487f1eb4ed0aee19cc526b.tar.gz
Remove the redundant declaration of bus_dmasync_op_t.
Diffstat (limited to 'sys/dev/firewire')
-rw-r--r--sys/dev/firewire/fwdma.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/firewire/fwdma.h b/sys/dev/firewire/fwdma.h
index 5d3375a..6bf66c7 100644
--- a/sys/dev/firewire/fwdma.h
+++ b/sys/dev/firewire/fwdma.h
@@ -34,10 +34,6 @@
* $FreeBSD$
*/
-#if __FreeBSD_version >= 500111
-typedef int bus_dmasync_op_t;
-#endif
-
struct fwdma_alloc {
bus_dma_tag_t dma_tag;
bus_dmamap_t dma_map;
OpenPOWER on IntegriCloud