Revert a patch that accidentally was committed with r354729

This commit is contained in:
Scott Long 2019-11-15 11:54:51 +00:00
parent 99a6085fde
commit 22d13bfd34
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=354730

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)
{