Fix header pollution, possibly unbreaking the build of cfi_bus_ixp4xx.c

as part of cfi.ko.
This commit is contained in:
Marius Strobl 2011-12-31 15:53:34 +00:00
parent 36fd83b613
commit 7ccccd843a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=229125
3 changed files with 6 additions and 1 deletions

View file

@ -43,6 +43,9 @@ __FBSDID("$FreeBSD$");
#include <sys/module.h>
#include <sys/malloc.h>
#include <sys/rman.h>
#include <dev/pci/pcivar.h>
#include <machine/bus.h>
#include <machine/intr.h>

View file

@ -45,9 +45,12 @@ __FBSDID("$FreeBSD$");
#include <sys/module.h>
#include <sys/rman.h>
#include <dev/pci/pcivar.h>
#include <machine/bus.h>
#include <machine/cpu.h>
#include <machine/pcb.h>
#include <vm/vm.h>
#include <vm/pmap.h>
#include <vm/vm_extern.h>

View file

@ -44,7 +44,6 @@
#include <machine/bus.h>
#include <dev/pci/pcivar.h>
#include <sys/rman.h>
/* NB: cputype is setup by set_cpufuncs */