summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2008-11-23 00:13:25 +0000
committerkmacy <kmacy@FreeBSD.org>2008-11-23 00:13:25 +0000
commit3bf236fa908dc58e40fadd54c9f1389536e866be (patch)
tree43f5b6fdb71789a8cc169b7fa751a85588e77a6b /sys/dev/cxgb
parent080c5cc425daa5c08548f800d4efad3ab8bbe6ee (diff)
downloadFreeBSD-src-3bf236fa908dc58e40fadd54c9f1389536e866be.zip
FreeBSD-src-3bf236fa908dc58e40fadd54c9f1389536e866be.tar.gz
intr_machdep.h breaks build on some arches and is not needed
Diffstat (limited to 'sys/dev/cxgb')
-rw-r--r--sys/dev/cxgb/cxgb_main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/cxgb/cxgb_main.c b/sys/dev/cxgb/cxgb_main.c
index 4747d72..2a754ac 100644
--- a/sys/dev/cxgb/cxgb_main.c
+++ b/sys/dev/cxgb/cxgb_main.c
@@ -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 *);
OpenPOWER on IntegriCloud