svn commit: r257308 - head/sys/x86/include

Konstantin Belousov kib at FreeBSD.org
Tue Oct 29 07:25:55 UTC 2013


Author: kib
Date: Tue Oct 29 07:25:54 2013
New Revision: 257308
URL: http://svnweb.freebsd.org/changeset/base/257308

Log:
  Remove redundand declaration, fixing the build with gcc.
  
  Reported and tested by:	Michael Butler <imb at protected-networks.net>
  Sponsored by:	The FreeBSD Foundation
  MFC after:	1 month

Modified:
  head/sys/x86/include/busdma_impl.h

Modified: head/sys/x86/include/busdma_impl.h
==============================================================================
--- head/sys/x86/include/busdma_impl.h	Tue Oct 29 06:37:27 2013	(r257307)
+++ head/sys/x86/include/busdma_impl.h	Tue Oct 29 07:25:54 2013	(r257308)
@@ -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,


More information about the svn-src-all mailing list