Don't include unneeded files in the arm machine/fdt.h. While here, remove

it from more files.
This commit is contained in:
andrew 2015-04-04 22:22:04 +00:00
parent 59feb57c0b
commit 601eb65e99
4 changed files with 1 additions and 8 deletions

View File

@ -55,6 +55,7 @@ __FBSDID("$FreeBSD$");
#include <sys/pmckern.h>
#include <machine/atomic.h>
#include <machine/bus.h>
#include <machine/intr.h>
#include <machine/cpu.h>

View File

@ -65,7 +65,6 @@ __FBSDID("$FreeBSD$");
#include <dev/ofw/ofw_bus_subr.h>
#include <machine/bus.h>
#include <machine/fdt.h>
#include <arm/arm/mpcore_timervar.h>

View File

@ -55,7 +55,6 @@ __FBSDID("$FreeBSD$");
#include <dev/ofw/ofw_bus_subr.h>
#include <machine/bus.h>
#include <machine/fdt.h>
#include <machine/cpu.h>
#include <machine/intr.h>

View File

@ -34,12 +34,6 @@
#include <dev/ofw/openfirm.h>
#include <vm/vm.h>
#include <vm/pmap.h>
#include <machine/bus.h>
#include <machine/intr.h>
/* Max interrupt number */
#define FDT_INTR_MAX NIRQ