Stop including machine/fdt.h, it's unneeded, and purposefully

unimplemented on arm64.

Sponsored by:	ABT Systems Ltd
This commit is contained in:
Andrew Turner 2015-08-07 08:54:50 +00:00
parent 8b3ae99560
commit a336c37514
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=286407

View File

@ -56,7 +56,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>