only include intr_machdep.h when it is needed for intr_bind

ia64 doesn't have an intr_machdep.h
This commit is contained in:
Kip Macy 2007-12-17 23:39:28 +00:00
parent a87f4b3813
commit 81186fb40c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174726

View File

@ -84,7 +84,9 @@ __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 *);