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

John Baldwin jhb at FreeBSD.org
Mon May 9 20:01:35 UTC 2016


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"


More information about the svn-src-head mailing list