aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/cavium
diff options
context:
space:
mode:
authorSvatopluk Kraus <skra@FreeBSD.org>2016-02-22 09:02:20 +0000
committerSvatopluk Kraus <skra@FreeBSD.org>2016-02-22 09:02:20 +0000
commita1e1814d763ae0dd1c50a85bbd6884969ed26126 (patch)
tree556a460f8cc515163546f02c872c1deb001fb20c /sys/mips/cavium
parented3960349bd87a4f3f3d9a1189b5425ec677797e (diff)
downloadsrc-a1e1814d763ae0dd1c50a85bbd6884969ed26126.tar.gz
src-a1e1814d763ae0dd1c50a85bbd6884969ed26126.zip
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
Notes
Notes: svn path=/head/; revision=295880
Diffstat (limited to 'sys/mips/cavium')
-rw-r--r--sys/mips/cavium/cvmx_config.h1
-rw-r--r--sys/mips/cavium/octopci.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/mips/cavium/cvmx_config.h b/sys/mips/cavium/cvmx_config.h
index aed3f737ce07..e1976608e54d 100644
--- a/sys/mips/cavium/cvmx_config.h
+++ b/sys/mips/cavium/cvmx_config.h
@@ -50,7 +50,6 @@
#include <vm/vm.h>
#include <vm/pmap.h>
-#include <machine/pmap.h>
#include <machine/stdarg.h>
#define asm __asm
diff --git a/sys/mips/cavium/octopci.c b/sys/mips/cavium/octopci.c
index 17a63420f70d..25bf3b879dd5 100644
--- a/sys/mips/cavium/octopci.c
+++ b/sys/mips/cavium/octopci.c
@@ -46,7 +46,6 @@ __FBSDID("$FreeBSD$");
#include <machine/bus.h>
#include <machine/cpu.h>
-#include <machine/pmap.h>
#include <contrib/octeon-sdk/cvmx.h>
#include <mips/cavium/octeon_irq.h>