diff options
-rw-r--r-- | sys/dev/firewire/fwdma.h | 4 |
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; |