summaryrefslogtreecommitdiffstats
path: root/sys/dev/cp
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/dev/cp
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/dev/cp')
-rw-r--r--sys/dev/cp/if_cp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/cp/if_cp.c b/sys/dev/cp/if_cp.c
index 44791d0..f1a120f 100644
--- a/sys/dev/cp/if_cp.c
+++ b/sys/dev/cp/if_cp.c
@@ -67,7 +67,6 @@ __FBSDID("$FreeBSD$");
#include <dev/cp/cpddk.h>
#include <machine/cserial.h>
#include <machine/resource.h>
-#include <machine/pmap.h>
/* If we don't have Cronyx's sppp version, we don't have fr support via sppp */
#ifndef PP_FR
OpenPOWER on IntegriCloud