From 7306560e7b6cab75131568161d847ba0bcebbeeb Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 29 May 2020 04:42:26 +0000 Subject: 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. --- sys/dev/ic/ccp.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/dev/ic') 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 @@ -26,8 +26,6 @@ #include -#include - #include #define CCP_REG_TRNG 0xc -- cgit v1.2.3