Add #include <machine/fdt.h> to a few files that used to get it via

pollution from other headers.
This commit is contained in:
Ian Lepore 2014-01-05 20:09:51 +00:00
parent 77e2eaf5b8
commit 170e15fb4c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260331
3 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,7 @@ __FBSDID("$FreeBSD$");
#include <machine/bus.h>
#include <machine/cpu.h>
#include <machine/cpufunc.h>
#include <machine/fdt.h>
#include <machine/resource.h>
#include <machine/intr.h>

View File

@ -56,6 +56,7 @@ __FBSDID("$FreeBSD$");
#include <machine/bus.h>
#include <machine/cpu.h>
#include <machine/cpufunc.h>
#include <machine/fdt.h>
#include <machine/resource.h>
#include <machine/intr.h>

View File

@ -50,6 +50,7 @@ __FBSDID("$FreeBSD$");
#include <vm/pmap.h>
#include <machine/bus.h>
#include <machine/fdt.h>
#include <machine/devmap.h>
#include <machine/machdep.h>