svn commit: r286407 - head/sys/dev/mmc/host

Andrew Turner andrew at FreeBSD.org
Fri Aug 7 08:54:51 UTC 2015


Author: andrew
Date: Fri Aug  7 08:54:50 2015
New Revision: 286407
URL: https://svnweb.freebsd.org/changeset/base/286407

Log:
  Stop including machine/fdt.h, it's unneeded, and purposefully
  unimplemented on arm64.
  
  Sponsored by:	ABT Systems Ltd

Modified:
  head/sys/dev/mmc/host/dwmmc.c

Modified: head/sys/dev/mmc/host/dwmmc.c
==============================================================================
--- head/sys/dev/mmc/host/dwmmc.c	Fri Aug  7 08:30:43 2015	(r286406)
+++ head/sys/dev/mmc/host/dwmmc.c	Fri Aug  7 08:54:50 2015	(r286407)
@@ -56,7 +56,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 
 #include <machine/bus.h>
-#include <machine/fdt.h>
 #include <machine/cpu.h>
 #include <machine/intr.h>
 


More information about the svn-src-all mailing list