summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2013-10-29 07:25:54 +0000
committerkib <kib@FreeBSD.org>2013-10-29 07:25:54 +0000
commitadedddebaf133f1e91eef5f53dd15ead277b8327 (patch)
tree3d5206dd0c75f450eba15d34a0a33486b0b8b341
parent70ab0619926b5574b33d3ab2f659e54db04703fd (diff)
downloadFreeBSD-src-adedddebaf133f1e91eef5f53dd15ead277b8327.zip
FreeBSD-src-adedddebaf133f1e91eef5f53dd15ead277b8327.tar.gz
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
-rw-r--r--sys/x86/include/busdma_impl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/x86/include/busdma_impl.h b/sys/x86/include/busdma_impl.h
index 70c9a6f..b851e7a 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,
OpenPOWER on IntegriCloud