Remove the redundant declaration of bus_dmasync_op_t.

This commit is contained in:
Scott Long 2003-05-27 16:34:52 +00:00
parent 8a6eb2f04d
commit bf423d4637
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115347

View File

@ -34,10 +34,6 @@
* $FreeBSD$ * $FreeBSD$
*/ */
#if __FreeBSD_version >= 500111
typedef int bus_dmasync_op_t;
#endif
struct fwdma_alloc { struct fwdma_alloc {
bus_dma_tag_t dma_tag; bus_dma_tag_t dma_tag;
bus_dmamap_t dma_map; bus_dmamap_t dma_map;