summaryrefslogtreecommitdiff
path: root/sys/dev/pv/hyperv.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2020-05-29 04:42:26 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2020-05-29 04:42:26 +0000
commit7306560e7b6cab75131568161d847ba0bcebbeeb (patch)
treeaff365fd9c4851785ea0abf5f58a3be7aaf230db /sys/dev/pv/hyperv.c
parentfb3a8770b87c531b1cffd1a144a9eacba40dcd9f (diff)
dev/rndvar.h no longer has statistical interfaces (removed during various
conversion steps). it only contains kernel prototypes for 4 interfaces, all of which legitimately belong in sys/systm.h, which are already included by all enqueue_randomness() users.
Diffstat (limited to 'sys/dev/pv/hyperv.c')
-rw-r--r--sys/dev/pv/hyperv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/pv/hyperv.c b/sys/dev/pv/hyperv.c
index 3ab2ae22831..b32facdacb1 100644
--- a/sys/dev/pv/hyperv.c
+++ b/sys/dev/pv/hyperv.c
@@ -63,8 +63,6 @@
#include <machine/i82489var.h>
-#include <dev/rndvar.h>
-
#include <dev/pv/pvvar.h>
#include <dev/pv/pvreg.h>
#include <dev/pv/hypervreg.h>