diff options
author | andrew <andrew@FreeBSD.org> | 2015-08-07 08:54:50 +0000 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2015-08-07 08:54:50 +0000 |
commit | 6abff502f75b5b48e7bb1985792564d98cd80996 (patch) | |
tree | 1dd27eccf955390b329da7f5d6202cbc6f54a80b | |
parent | 9d88a24d4b4eddb9193cd5e3ed933c22647ed4f2 (diff) | |
download | FreeBSD-src-6abff502f75b5b48e7bb1985792564d98cd80996.zip FreeBSD-src-6abff502f75b5b48e7bb1985792564d98cd80996.tar.gz |
Stop including machine/fdt.h, it's unneeded, and purposefully
unimplemented on arm64.
Sponsored by: ABT Systems Ltd
-rw-r--r-- | sys/dev/mmc/host/dwmmc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/mmc/host/dwmmc.c b/sys/dev/mmc/host/dwmmc.c index 81e3083..6801d6c 100644 --- a/sys/dev/mmc/host/dwmmc.c +++ b/sys/dev/mmc/host/dwmmc.c @@ -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> |