svn commit: r185191 - head/sys/dev/cxgb

Kip Macy kmacy at FreeBSD.org
Sat Nov 22 16:13:25 PST 2008


Author: kmacy
Date: Sun Nov 23 00:13:25 2008
New Revision: 185191
URL: http://svn.freebsd.org/changeset/base/185191

Log:
  intr_machdep.h breaks build on some arches and is not needed

Modified:
  head/sys/dev/cxgb/cxgb_main.c

Modified: head/sys/dev/cxgb/cxgb_main.c
==============================================================================
--- head/sys/dev/cxgb/cxgb_main.c	Sat Nov 22 23:48:33 2008	(r185190)
+++ head/sys/dev/cxgb/cxgb_main.c	Sun Nov 23 00:13:25 2008	(r185191)
@@ -82,10 +82,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/priv.h>
 #endif
 
-#ifdef IFNET_MULTIQUEUE
-#include <machine/intr_machdep.h>
-#endif
-
 static int cxgb_setup_msix(adapter_t *, int);
 static void cxgb_teardown_msix(adapter_t *);
 static void cxgb_init(void *);


More information about the svn-src-all mailing list