Date: Sun, 23 Nov 2008 00:13:25 +0000 (UTC) From: Kip Macy <kmacy@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r185191 - head/sys/dev/cxgb Message-ID: <200811230013.mAN0DPs5033133@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 *);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811230013.mAN0DPs5033133>