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

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
andrew 2015-04-02 13:02:25 +00:00
parent b228b3d646
commit 120da84325

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)