Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2007 05:53:53 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 126707 for review
Message-ID:  <200709230553.l8N5rrDf020412@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=126707

Change 126707 by kmacy@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709230553.l8N5rrDf020412>