Remove redundand declaration, fixing the build with gcc.

Reported and tested by:	Michael Butler <imb@protected-networks.net>
Sponsored by:	The FreeBSD Foundation
MFC after:	1 month
This commit is contained in:
Konstantin Belousov 2013-10-29 07:25:54 +00:00
parent 5aefcb0b42
commit 4ad0991f6a

View File

@ -82,7 +82,6 @@ struct bus_dma_impl {
bus_dmasync_op_t op);
};
void busdma_lock_mutex(void *arg, bus_dma_lock_op_t op);
void bus_dma_dflt_lock(void *arg, bus_dma_lock_op_t op);
int bus_dma_run_filter(struct bus_dma_tag_common *dmat, bus_addr_t paddr);
int common_bus_dma_tag_create(struct bus_dma_tag_common *parent,