Author: andrew
Date: Thu Apr 2 13:02:25 2015
New Revision: 280987
URL: https://svnweb.freebsd.org/changeset/base/280987
Log:
Stop including machine/fdt.h, it's not needed.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/arm/arm/generic_timer.c
Modified: head/sys/arm/arm/generic_timer.c
==============================================================================
--- head/sys/arm/arm/generic_timer.c Thu Apr 2 12:58:04 2015
(r280986)
+++ head/sys/arm/arm/generic_timer.c Thu Apr 2 13:02:25 2015
(r280987)
@@ -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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"