summaryrefslogtreecommitdiffstats
path: root/sys/dev/vt
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/vt
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/vt')
-rw-r--r--sys/dev/vt/hw/efifb/efifb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/vt/hw/efifb/efifb.c b/sys/dev/vt/hw/efifb/efifb.c
index 4184f77..bd983e3 100644
--- a/sys/dev/vt/hw/efifb/efifb.c
+++ b/sys/dev/vt/hw/efifb/efifb.c
@@ -43,7 +43,6 @@ __FBSDID("$FreeBSD$");
#include <machine/vmparam.h>
#include <vm/vm.h>
#include <vm/pmap.h>
-#include <machine/pmap.h>
#include <dev/vt/vt.h>
#include <dev/vt/hw/fb/vt_fb.h>
OpenPOWER on IntegriCloud