Author: jhb Date: Tue May 10 03:32:22 2016 New Revision: 299309 URL: https://svnweb.freebsd.org/changeset/base/299309
Log: Forward declare 'struct cpl_set_tcb_rpl' before including t4_tom.h. Modified: head/sys/dev/cxgbe/iw_cxgbe/qp.c Modified: head/sys/dev/cxgbe/iw_cxgbe/qp.c ============================================================================== --- head/sys/dev/cxgbe/iw_cxgbe/qp.c Tue May 10 03:22:31 2016 (r299308) +++ head/sys/dev/cxgbe/iw_cxgbe/qp.c Tue May 10 03:32:22 2016 (r299309) @@ -56,6 +56,7 @@ __FBSDID("$FreeBSD$"); struct sge_iq; struct rss_header; +struct cpl_set_tcb_rpl; #include <linux/types.h> #include "offload.h" #include "tom/t4_tom.h" _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"