mirror of
https://github.com/opnsense/src.git
synced 2026-07-15 12:11:48 -04:00
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:
parent
a87f4b3813
commit
81186fb40c
1 changed files with 2 additions and 0 deletions
|
|
@ -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 *);
|
||||
|
|
|
|||
Loading…
Reference in a new issue