summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powermac
diff options
context:
space:
mode:
authorskra <skra@FreeBSD.org>2016-02-22 09:02:20 +0000
committerskra <skra@FreeBSD.org>2016-02-22 09:02:20 +0000
commitf4b6499ab587e531fac6a6bd8273de3a755eed65 (patch)
tree556a460f8cc515163546f02c872c1deb001fb20c /sys/powerpc/powermac
parentf934858b00eda7d7460269d213081d11998103d4 (diff)
downloadFreeBSD-src-f4b6499ab587e531fac6a6bd8273de3a755eed65.zip
FreeBSD-src-f4b6499ab587e531fac6a6bd8273de3a755eed65.tar.gz
As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to
include it explicitly when <vm/pmap.h> is already included. Reviewed by: alc, kib Differential Revision: https://reviews.freebsd.org/D5373
Diffstat (limited to 'sys/powerpc/powermac')
-rw-r--r--sys/powerpc/powermac/macgpio.c1
-rw-r--r--sys/powerpc/powermac/macio.c1
-rw-r--r--sys/powerpc/powermac/platform_powermac.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/sys/powerpc/powermac/macgpio.c b/sys/powerpc/powermac/macgpio.c
index 8268038..6b67514 100644
--- a/sys/powerpc/powermac/macgpio.c
+++ b/sys/powerpc/powermac/macgpio.c
@@ -42,7 +42,6 @@
#include <machine/bus.h>
#include <machine/intr_machdep.h>
-#include <machine/pmap.h>
#include <machine/resource.h>
#include <machine/vmparam.h>
diff --git a/sys/powerpc/powermac/macio.c b/sys/powerpc/powermac/macio.c
index 669e907..285d627 100644
--- a/sys/powerpc/powermac/macio.c
+++ b/sys/powerpc/powermac/macio.c
@@ -44,7 +44,6 @@
#include <machine/bus.h>
#include <machine/intr_machdep.h>
-#include <machine/pmap.h>
#include <machine/resource.h>
#include <machine/vmparam.h>
diff --git a/sys/powerpc/powermac/platform_powermac.c b/sys/powerpc/powermac/platform_powermac.c
index f6e9d99..34aacea 100644
--- a/sys/powerpc/powermac/platform_powermac.c
+++ b/sys/powerpc/powermac/platform_powermac.c
@@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$");
#include <machine/fpu.h> /* For save_fpu() */
#include <machine/hid.h>
#include <machine/platformvar.h>
-#include <machine/pmap.h>
#include <machine/setjmp.h>
#include <machine/smp.h>
#include <machine/spr.h>
OpenPOWER on IntegriCloud