svn commit: r280987 - head/sys/arm/arm
Andrew Turner
andrew at FreeBSD.org
Thu Apr 2 13:02:26 UTC 2015
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)
More information about the svn-src-head
mailing list