summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv/mvvar.h
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2013-10-27 00:51:46 +0000
committerian <ian@FreeBSD.org>2013-10-27 00:51:46 +0000
commit6220605dae2ba77b56a0dfe4ed544d0c1001feae (patch)
treeb1ecc81089bd7781687575d0e53e2577d51fbea5 /sys/arm/mv/mvvar.h
parentda2fba33d8a4434536cdde324a687f0d82b9ef0b (diff)
downloadFreeBSD-src-6220605dae2ba77b56a0dfe4ed544d0c1001feae.zip
FreeBSD-src-6220605dae2ba77b56a0dfe4ed544d0c1001feae.tar.gz
Remove all #include <machine/pmap.h> from arm code. It's already
included by vm/pmap.h, which is a prerequisite for arm/machine/pmap.h so there's no reason to ever include it directly. Thanks to alc@ for pointing this out.
Diffstat (limited to 'sys/arm/mv/mvvar.h')
-rw-r--r--sys/arm/mv/mvvar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm/mv/mvvar.h b/sys/arm/mv/mvvar.h
index c85539a..754541f 100644
--- a/sys/arm/mv/mvvar.h
+++ b/sys/arm/mv/mvvar.h
@@ -44,7 +44,6 @@
#include <machine/bus.h>
#include <vm/vm.h>
#include <vm/pmap.h>
-#include <machine/pmap.h>
#include <machine/vm.h>
#define MV_TYPE_PCI 0
OpenPOWER on IntegriCloud