Date: Tue, 29 Oct 2013 07:25:54 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r257308 - head/sys/x86/include Message-ID: <201310290725.r9T7Psw2047844@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310290725.r9T7Psw2047844>