Use the vm include convention of busdma

This commit is contained in:
Kip Macy 2007-12-16 18:43:57 +00:00
parent 04b25f8e3e
commit fc5a2e51fb
2 changed files with 6 additions and 2 deletions

View File

@ -75,7 +75,9 @@ __FBSDID("$FreeBSD$");
#include <vm/vm.h>
#include <vm/pmap.h>
#include <vm/vm_page.h>
#include <vm/vm_map.h>
#ifdef CONFIG_DEFINED
#include <cxgb_include.h>
#include <sys/mvec.h>

View File

@ -59,7 +59,9 @@ __FBSDID("$FreeBSD$");
#include <dev/pci/pcivar.h>
#include <vm/vm.h>
#include <vm/pmap.h>
#include <vm/vm_page.h>
#include <vm/vm_map.h>
#ifdef CONFIG_DEFINED
#include <cxgb_include.h>
#include <sys/mvec.h>