From adedddebaf133f1e91eef5f53dd15ead277b8327 Mon Sep 17 00:00:00 2001 From: kib Date: Tue, 29 Oct 2013 07:25:54 +0000 Subject: [PATCH] Remove redundand declaration, fixing the build with gcc. Reported and tested by: Michael Butler Sponsored by: The FreeBSD Foundation MFC after: 1 month --- sys/x86/include/busdma_impl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/x86/include/busdma_impl.h b/sys/x86/include/busdma_impl.h index 70c9a6f42f1..b851e7a6079 100644 --- a/sys/x86/include/busdma_impl.h +++ b/sys/x86/include/busdma_impl.h @@ -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, -- 2.45.0