diff options
author | ian <ian@FreeBSD.org> | 2013-10-27 00:51:46 +0000 |
---|---|---|
committer | ian <ian@FreeBSD.org> | 2013-10-27 00:51:46 +0000 |
commit | 6220605dae2ba77b56a0dfe4ed544d0c1001feae (patch) | |
tree | b1ecc81089bd7781687575d0e53e2577d51fbea5 /sys/arm/broadcom | |
parent | da2fba33d8a4434536cdde324a687f0d82b9ef0b (diff) | |
download | FreeBSD-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/broadcom')
-rw-r--r-- | sys/arm/broadcom/bcm2835/bcm2835_dma.c | 1 | ||||
-rw-r--r-- | sys/arm/broadcom/bcm2835/bcm2835_machdep.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/arm/broadcom/bcm2835/bcm2835_dma.c b/sys/arm/broadcom/bcm2835/bcm2835_dma.c index 08f3835..9fc8304 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_dma.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_dma.c @@ -50,7 +50,6 @@ __FBSDID("$FreeBSD$"); #include <machine/bus.h> #include <machine/cpu.h> #include <machine/cpufunc.h> -#include <machine/pmap.h> #include "bcm2835_dma.h" #include "bcm2835_vcbus.h" diff --git a/sys/arm/broadcom/bcm2835/bcm2835_machdep.c b/sys/arm/broadcom/bcm2835/bcm2835_machdep.c index 7eff61c..60be5aa 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_machdep.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_machdep.c @@ -54,7 +54,6 @@ __FBSDID("$FreeBSD$"); #include <machine/bus.h> #include <machine/frame.h> /* For trapframe_t, used in <machine/machdep.h> */ #include <machine/machdep.h> -#include <machine/pmap.h> #include <dev/fdt/fdt_common.h> |