Revert a patch that accidentally was committed with r354729

This commit is contained in:
scottl 2019-11-15 11:54:51 +00:00
parent 3eb06a2526
commit 609b5798d2

View File

@ -236,12 +236,6 @@ bus_dma_tag_create(bus_dma_tag_t parent, bus_size_t alignment,
return (error);
}
bus_dma_tag_t
bus_dma_tag_alloc(bus_dma_tag_t parent, bus_dma_props_t props)
{
return (NULL);
}
int
bus_dma_tag_destroy(bus_dma_tag_t dmat)
{