diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-05-29 04:42:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-05-29 04:42:26 +0000 |
commit | 7306560e7b6cab75131568161d847ba0bcebbeeb (patch) | |
tree | aff365fd9c4851785ea0abf5f58a3be7aaf230db /sys/arch/mips64 | |
parent | fb3a8770b87c531b1cffd1a144a9eacba40dcd9f (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/arch/mips64')
-rw-r--r-- | sys/arch/mips64/mips64/cpu.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mips64/mips64/cpu.c b/sys/arch/mips64/mips64/cpu.c index 571a1b83838..7a77ae28de8 100644 --- a/sys/arch/mips64/mips64/cpu.c +++ b/sys/arch/mips64/mips64/cpu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.c,v 1.73 2019/05/06 12:57:56 visa Exp $ */ +/* $OpenBSD: cpu.c,v 1.74 2020/05/29 04:42:24 deraadt Exp $ */ /* * Copyright (c) 1997-2004 Opsycon AB (www.opsycon.se) @@ -32,7 +32,6 @@ #include <sys/atomic.h> #include <sys/device.h> #include <sys/malloc.h> -#include <dev/rndvar.h> #include <uvm/uvm_extern.h> |