svn commit: r299309 - head/sys/dev/cxgbe/iw_cxgbe

John Baldwin jhb at FreeBSD.org
Tue May 10 03:32:23 UTC 2016


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"


More information about the svn-src-all mailing list