aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2017-04-17 16:51:04 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2017-04-17 16:51:04 +0000
commit6286dc78d4419c1996afafa2520e75a23e8a290e (patch)
tree82f66413727c94026923cece2bd770c798e3fbbc /sys/dev
parente06ffa3230233063a08f8647c5f03642d367c65b (diff)
downloadsrc-6286dc78d4419c1996afafa2520e75a23e8a290e.tar.gz
src-6286dc78d4419c1996afafa2520e75a23e8a290e.zip
Remove unneeded include of vm_phys.h.
Notes
Notes: svn path=/head/; revision=317053
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/xen/gntdev/gntdev.c1
-rw-r--r--sys/dev/xen/privcmd/privcmd.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/xen/gntdev/gntdev.c b/sys/dev/xen/gntdev/gntdev.c
index 964ac1a683aa..451a67a96e68 100644
--- a/sys/dev/xen/gntdev/gntdev.c
+++ b/sys/dev/xen/gntdev/gntdev.c
@@ -64,7 +64,6 @@ __FBSDID("$FreeBSD$");
#include <vm/vm_map.h>
#include <vm/vm_object.h>
#include <vm/vm_pager.h>
-#include <vm/vm_phys.h>
#include <machine/md_var.h>
diff --git a/sys/dev/xen/privcmd/privcmd.c b/sys/dev/xen/privcmd/privcmd.c
index 37a3dbfecd9d..246390e3b7c2 100644
--- a/sys/dev/xen/privcmd/privcmd.c
+++ b/sys/dev/xen/privcmd/privcmd.c
@@ -55,7 +55,6 @@ __FBSDID("$FreeBSD$");
#include <vm/vm_map.h>
#include <vm/vm_object.h>
#include <vm/vm_pager.h>
-#include <vm/vm_phys.h>
#include <machine/md_var.h>