summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/bcm2711_rng.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/fdt/bcm2711_rng.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/fdt/bcm2711_rng.c')
-rw-r--r--sys/dev/fdt/bcm2711_rng.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/fdt/bcm2711_rng.c b/sys/dev/fdt/bcm2711_rng.c
index 72ddb39a4c3..3ee0e213c98 100644
--- a/sys/dev/fdt/bcm2711_rng.c
+++ b/sys/dev/fdt/bcm2711_rng.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bcm2711_rng.c,v 1.1 2020/04/19 16:00:00 kettenis Exp $ */
+/* $OpenBSD: bcm2711_rng.c,v 1.2 2020/05/29 04:42:25 deraadt Exp $ */
/*
* Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org>
*
@@ -23,7 +23,6 @@
#include <machine/bus.h>
#include <machine/fdt.h>
-#include <dev/rndvar.h>
#include <dev/ofw/openfirm.h>
#include <dev/ofw/fdt.h>