PERFORCE change 126707 for review

Kip Macy kmacy at FreeBSD.org
Sat Sep 22 22:53:53 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=126707

Change 126707 by kmacy at kmacy_home:ethng on 2007/09/23 05:53:36

	only include mvec.h where needed

Affected files ...

.. //depot/projects/ethng/src/sys/dev/cxgb/cxgb_include.h#3 edit

Differences ...

==== //depot/projects/ethng/src/sys/dev/cxgb/cxgb_include.h#3 (text+ko) ====

@@ -2,7 +2,6 @@
  *  $FreeBSD: src/sys/dev/cxgb/cxgb_include.h,v 1.2 2007/09/10 00:59:51 kmacy Exp $
  */
 
-
 #ifdef CONFIG_DEFINED
 #include <cxgb_osdep.h>
 #include <common/cxgb_common.h>
@@ -13,7 +12,6 @@
 #include <common/cxgb_ctl_defs.h>
 #include <common/cxgb_sge_defs.h>
 #include <common/cxgb_firmware_exports.h>
-#include <sys/mvec.h>
 #include <ulp/toecore/toedev.h>
 #include <sys/mbufq.h>
 #include <common/jhash.h>
@@ -30,7 +28,6 @@
 #include <dev/cxgb/common/cxgb_sge_defs.h>
 #include <dev/cxgb/common/cxgb_firmware_exports.h>
 
-#include <dev/cxgb/sys/mvec.h>
 #include <dev/cxgb/ulp/toecore/toedev.h>
 #include <dev/cxgb/sys/mbufq.h>
 #include <dev/cxgb/common/jhash.h>


More information about the p4-projects mailing list