summaryrefslogtreecommitdiffstats
path: root/sys/dev/pv/xen.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2020-05-29 04:42:23 +0000
committerderaadt <deraadt@openbsd.org>2020-05-29 04:42:23 +0000
commitc8f27247b9f5f282483daaddbfd1267ad73569c5 (patch)
tree6d0e42177fede279db31615833f24222d49ecf99 /sys/dev/pv/xen.c
parentAdd regression and unit tests for ${ENV} style environment variable (diff)
downloadwireguard-openbsd-c8f27247b9f5f282483daaddbfd1267ad73569c5.tar.xz
wireguard-openbsd-c8f27247b9f5f282483daaddbfd1267ad73569c5.zip
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/xen.c')
-rw-r--r--sys/dev/pv/xen.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pv/xen.c b/sys/dev/pv/xen.c
index 16fcee3d48b..24b81ecec35 100644
--- a/sys/dev/pv/xen.c
+++ b/sys/dev/pv/xen.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: xen.c,v 1.95 2020/02/13 15:39:02 mikeb Exp $ */
+/* $OpenBSD: xen.c,v 1.96 2020/05/29 04:42:25 deraadt Exp $ */
/*
* Copyright (c) 2015, 2016, 2017 Mike Belopuhov
@@ -49,8 +49,6 @@
#include <machine/i82489var.h>
-#include <dev/rndvar.h>
-
#include <dev/pv/pvvar.h>
#include <dev/pv/pvreg.h>
#include <dev/pv/xenreg.h>