diff options
Diffstat (limited to 'sys/dev/ic/ccp.c')
-rw-r--r-- | sys/dev/ic/ccp.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/ccp.c b/sys/dev/ic/ccp.c index 360e24938f4..5a04b73938f 100644 --- a/sys/dev/ic/ccp.c +++ b/sys/dev/ic/ccp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ccp.c,v 1.2 2018/04/28 15:44:59 jasper Exp $ */ +/* $OpenBSD: ccp.c,v 1.3 2020/05/29 04:42:25 deraadt Exp $ */ /* * Copyright (c) 2018 David Gwynne <dlg@openbsd.org> @@ -26,8 +26,6 @@ #include <machine/bus.h> -#include <dev/rndvar.h> - #include <dev/ic/ccpvar.h> #define CCP_REG_TRNG 0xc |