Author: jhb Date: Mon May 9 20:01:34 2016 New Revision: 299283 URL: https://svnweb.freebsd.org/changeset/base/299283
Log: Forward declare 'struct cpl_set_tcb_rpl' before including t4_tom.h. Other structures needed by prototypes in t4_tom.h are explicitly declared in this file, so adding the prototype here seems most consistent with existing code. Modified: head/sys/dev/cxgbe/iw_cxgbe/cm.c Modified: head/sys/dev/cxgbe/iw_cxgbe/cm.c ============================================================================== --- head/sys/dev/cxgbe/iw_cxgbe/cm.c Mon May 9 20:01:18 2016 (r299282) +++ head/sys/dev/cxgbe/iw_cxgbe/cm.c Mon May 9 20:01:34 2016 (r299283) @@ -57,6 +57,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"