svn commit: r281106 - head/sys/arm/include

Andrew Turner andrew at FreeBSD.org
Sun Apr 5 09:50:23 UTC 2015


Author: andrew
Date: Sun Apr  5 09:50:22 2015
New Revision: 281106
URL: https://svnweb.freebsd.org/changeset/base/281106

Log:
  dev/ofw/openfirm.h is not needed in the arm machine/fdt.h

Modified:
  head/sys/arm/include/fdt.h

Modified: head/sys/arm/include/fdt.h
==============================================================================
--- head/sys/arm/include/fdt.h	Sun Apr  5 06:54:28 2015	(r281105)
+++ head/sys/arm/include/fdt.h	Sun Apr  5 09:50:22 2015	(r281106)
@@ -32,8 +32,6 @@
 #ifndef _MACHINE_FDT_H_
 #define _MACHINE_FDT_H_
 
-#include <dev/ofw/openfirm.h>
-
 #include <machine/bus.h>
 
 /* Max interrupt number */


More information about the svn-src-all mailing list