mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 19:08:58 +00:00
Don't globally include mvec.h its only needed by cxgb_sge.c
This commit is contained in:
parent
eed6cda966
commit
01cf8d43b8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174670
@ -4,9 +4,6 @@
|
||||
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
#include <vm/pmap.h>
|
||||
#include <machine/bus.h>
|
||||
#ifdef CONFIG_DEFINED
|
||||
#include <cxgb_osdep.h>
|
||||
@ -18,8 +15,6 @@
|
||||
#include <common/cxgb_ctl_defs.h>
|
||||
#include <common/cxgb_sge_defs.h>
|
||||
#include <common/cxgb_firmware_exports.h>
|
||||
#include <sys/mvec.h>
|
||||
#include <sys/mbufq.h>
|
||||
#include <common/jhash.h>
|
||||
#include <ulp/toecore/cxgb_toedev.h>
|
||||
#else
|
||||
@ -33,8 +28,6 @@
|
||||
#include <dev/cxgb/common/cxgb_sge_defs.h>
|
||||
#include <dev/cxgb/common/cxgb_firmware_exports.h>
|
||||
|
||||
#include <dev/cxgb/sys/mvec.h>
|
||||
#include <dev/cxgb/sys/mbufq.h>
|
||||
#include <dev/cxgb/common/jhash.h>
|
||||
#include <dev/cxgb/ulp/toecore/cxgb_toedev.h>
|
||||
#endif
|
||||
|
@ -58,10 +58,14 @@ __FBSDID("$FreeBSD$");
|
||||
#include <dev/pci/pcireg.h>
|
||||
#include <dev/pci/pcivar.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
#include <vm/pmap.h>
|
||||
#ifdef CONFIG_DEFINED
|
||||
#include <cxgb_include.h>
|
||||
#include <sys/mvec.h>
|
||||
#else
|
||||
#include <dev/cxgb/cxgb_include.h>
|
||||
#include <dev/cxgb/sys/mvec.h>
|
||||
#endif
|
||||
|
||||
uint32_t collapse_free = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user