mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174726
@ -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 New Issue
Block a user