diff options
Diffstat (limited to 'sys/dev/fdt/mvrng.c')
-rw-r--r-- | sys/dev/fdt/mvrng.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/fdt/mvrng.c b/sys/dev/fdt/mvrng.c index 2169c0a9c23..8f2dcef2e60 100644 --- a/sys/dev/fdt/mvrng.c +++ b/sys/dev/fdt/mvrng.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mvrng.c,v 1.2 2018/04/28 15:44:59 jasper Exp $ */ +/* $OpenBSD: mvrng.c,v 1.3 2020/05/29 04:42:25 deraadt Exp $ */ /* * Copyright (c) 2018 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> |