diff options
Diffstat (limited to 'sys/dev/pv')
-rw-r--r-- | sys/dev/pv/hyperv.c | 2 | ||||
-rw-r--r-- | sys/dev/pv/hypervic.c | 2 | ||||
-rw-r--r-- | sys/dev/pv/pvbus.c | 4 | ||||
-rw-r--r-- | sys/dev/pv/viornd.c | 3 | ||||
-rw-r--r-- | sys/dev/pv/vmmci.c | 3 | ||||
-rw-r--r-- | sys/dev/pv/vmt.c | 3 | ||||
-rw-r--r-- | sys/dev/pv/xen.c | 4 |
7 files changed, 5 insertions, 16 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> diff --git a/sys/dev/pv/hypervic.c b/sys/dev/pv/hypervic.c index aad954830c1..ef96dce7f44 100644 --- a/sys/dev/pv/hypervic.c +++ b/sys/dev/pv/hypervic.c @@ -64,8 +64,6 @@ #include <machine/i82489var.h> -#include <dev/rndvar.h> - #include <net/if.h> #include <net/if_dl.h> #include <netinet/in.h> diff --git a/sys/dev/pv/pvbus.c b/sys/dev/pv/pvbus.c index 7f4f85033f0..00c64647dc9 100644 --- a/sys/dev/pv/pvbus.c +++ b/sys/dev/pv/pvbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pvbus.c,v 1.20 2020/01/24 05:14:51 jsg Exp $ */ +/* $OpenBSD: pvbus.c,v 1.21 2020/05/29 04:42:25 deraadt Exp $ */ /* * Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org> @@ -38,8 +38,6 @@ #include <machine/bus.h> #include <machine/vmmvar.h> -#include <dev/rndvar.h> - #include <dev/pv/pvvar.h> #include <dev/pv/pvreg.h> diff --git a/sys/dev/pv/viornd.c b/sys/dev/pv/viornd.c index 4c734554dbc..da262d88a9e 100644 --- a/sys/dev/pv/viornd.c +++ b/sys/dev/pv/viornd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: viornd.c,v 1.3 2019/05/26 15:20:04 sf Exp $ */ +/* $OpenBSD: viornd.c,v 1.4 2020/05/29 04:42:25 deraadt Exp $ */ /* * Copyright (c) 2014 Stefan Fritsch <sf@sfritsch.de> @@ -23,7 +23,6 @@ #include <machine/bus.h> #include <sys/device.h> #include <sys/pool.h> -#include <dev/rndvar.h> #include <dev/pv/virtioreg.h> #include <dev/pv/virtiovar.h> diff --git a/sys/dev/pv/vmmci.c b/sys/dev/pv/vmmci.c index 922b8a5ae94..a88d1c35340 100644 --- a/sys/dev/pv/vmmci.c +++ b/sys/dev/pv/vmmci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vmmci.c,v 1.6 2019/12/31 01:26:56 jsg Exp $ */ +/* $OpenBSD: vmmci.c,v 1.7 2020/05/29 04:42:25 deraadt Exp $ */ /* * Copyright (c) 2017 Reyk Floeter <reyk@openbsd.org> @@ -32,7 +32,6 @@ #include <dev/pv/virtioreg.h> #include <dev/pv/virtiovar.h> #include <dev/pv/pvvar.h> -#include <dev/rndvar.h> enum vmmci_cmd { VMMCI_NONE = 0, diff --git a/sys/dev/pv/vmt.c b/sys/dev/pv/vmt.c index 80ebbb9668b..2dfeee97d87 100644 --- a/sys/dev/pv/vmt.c +++ b/sys/dev/pv/vmt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vmt.c,v 1.17 2020/02/16 03:23:05 jmatthew Exp $ */ +/* $OpenBSD: vmt.c,v 1.18 2020/05/29 04:42:25 deraadt Exp $ */ /* * Copyright (c) 2007 David Crawshaw <david@zentus.com> @@ -45,7 +45,6 @@ #include <netinet/in.h> #include <dev/pv/pvvar.h> -#include <dev/rndvar.h> /* "The" magic number, always occupies the EAX register. */ #define VM_MAGIC 0x564D5868 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> |