summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/omap
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/arch/armv7/omap
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/arch/armv7/omap')
-rw-r--r--sys/arch/armv7/omap/omrng.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/armv7/omap/omrng.c b/sys/arch/armv7/omap/omrng.c
index 0beb443e939..99a8c58a54d 100644
--- a/sys/arch/armv7/omap/omrng.c
+++ b/sys/arch/armv7/omap/omrng.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: omrng.c,v 1.1 2020/04/05 13:11:13 kettenis Exp $ */
+/* $OpenBSD: omrng.c,v 1.2 2020/05/29 04:42:23 deraadt Exp $ */
/*
* Copyright (c) 2018, 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>