svn commit: r269349 - in projects/arm64/sys/arm64: arm64 include

Andrew Turner andrew at FreeBSD.org
Thu Jul 31 20:28:18 UTC 2014


Author: andrew
Date: Thu Jul 31 20:28:17 2014
New Revision: 269349
URL: http://svnweb.freebsd.org/changeset/base/269349

Log:
  Nexus doesn't need machine/fdt.h remove the include and file.

Deleted:
  projects/arm64/sys/arm64/include/fdt.h
Modified:
  projects/arm64/sys/arm64/arm64/nexus.c

Modified: projects/arm64/sys/arm64/arm64/nexus.c
==============================================================================
--- projects/arm64/sys/arm64/arm64/nexus.c	Thu Jul 31 20:08:19 2014	(r269348)
+++ projects/arm64/sys/arm64/arm64/nexus.c	Thu Jul 31 20:28:17 2014	(r269349)
@@ -64,7 +64,6 @@ __FBSDID("$FreeBSD$");
 
 #ifdef FDT
 #include <dev/fdt/fdt_common.h>
-#include <machine/fdt.h>
 #include "ofw_bus_if.h"
 #endif
 


More information about the svn-src-projects mailing list