From a336c37514276db2d293c5e861c496d5d5da7194 Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Fri, 7 Aug 2015 08:54:50 +0000 Subject: [PATCH] Stop including machine/fdt.h, it's unneeded, and purposefully unimplemented on arm64. Sponsored by: ABT Systems Ltd --- sys/dev/mmc/host/dwmmc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/mmc/host/dwmmc.c b/sys/dev/mmc/host/dwmmc.c index 81e3083a33cf..6801d6cbe80f 100644 --- a/sys/dev/mmc/host/dwmmc.c +++ b/sys/dev/mmc/host/dwmmc.c @@ -56,7 +56,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include #include