summaryrefslogtreecommitdiff
path: root/sys/dev/usb/urng.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/urng.c')
-rw-r--r--sys/dev/usb/urng.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/usb/urng.c b/sys/dev/usb/urng.c
index 0b30250f201..566e227a90d 100644
--- a/sys/dev/usb/urng.c
+++ b/sys/dev/usb/urng.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: urng.c,v 1.9 2018/07/09 20:09:00 jasper Exp $ */
+/* $OpenBSD: urng.c,v 1.10 2020/05/29 04:42:25 deraadt Exp $ */
/*
* Copyright (c) 2017 Jasper Lievisse Adriaanse <jasper@openbsd.org>
@@ -38,8 +38,6 @@
#include <dev/usb/usbdi.h>
#include <dev/usb/usbdevs.h>
-#include <dev/rndvar.h>
-
#define DEVNAME(_sc) ((_sc)->sc_dev.dv_xname)
#ifdef URNG_DEBUG