From 81186fb40ccf067db8fb19e49e342bb8a375fdfe Mon Sep 17 00:00:00 2001 From: Kip Macy Date: Mon, 17 Dec 2007 23:39:28 +0000 Subject: [PATCH] only include intr_machdep.h when it is needed for intr_bind ia64 doesn't have an intr_machdep.h --- sys/dev/cxgb/cxgb_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/dev/cxgb/cxgb_main.c b/sys/dev/cxgb/cxgb_main.c index 92e5f2f82a1..810d8432c76 100644 --- a/sys/dev/cxgb/cxgb_main.c +++ b/sys/dev/cxgb/cxgb_main.c @@ -84,7 +84,9 @@ __FBSDID("$FreeBSD$"); #include #endif +#ifdef IFNET_MULTIQUEUE #include +#endif static int cxgb_setup_msix(adapter_t *, int); static void cxgb_teardown_msix(adapter_t *);