Stop including machine/fdt.h, it's not needed.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Andrew Turner 2015-04-02 13:02:25 +00:00
parent bd61d9d481
commit 9ee5c7d09d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=280987

View File

@ -57,7 +57,6 @@ __FBSDID("$FreeBSD$");
#include <dev/ofw/ofw_bus_subr.h>
#include <machine/bus.h>
#include <machine/fdt.h>
#define GT_CTRL_ENABLE (1 << 0)
#define GT_CTRL_INT_MASK (1 << 1)