diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-05-29 04:42:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-05-29 04:42:26 +0000 |
commit | 7306560e7b6cab75131568161d847ba0bcebbeeb (patch) | |
tree | aff365fd9c4851785ea0abf5f58a3be7aaf230db /sys/arch/amd64/pci | |
parent | fb3a8770b87c531b1cffd1a144a9eacba40dcd9f (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/amd64/pci')
-rw-r--r-- | sys/arch/amd64/pci/pchb.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/amd64/pci/pchb.c b/sys/arch/amd64/pci/pchb.c index 9b30aa3aca8..a257ca4d66b 100644 --- a/sys/arch/amd64/pci/pchb.c +++ b/sys/arch/amd64/pci/pchb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pchb.c,v 1.44 2020/01/04 01:34:24 jsg Exp $ */ +/* $OpenBSD: pchb.c,v 1.45 2020/05/29 04:42:23 deraadt Exp $ */ /* $NetBSD: pchb.c,v 1.1 2003/04/26 18:39:50 fvdl Exp $ */ /* * Copyright (c) 2000 Michael Shalayeff @@ -68,8 +68,6 @@ #include <dev/pci/agpvar.h> #include <dev/pci/ppbreg.h> -#include <dev/rndvar.h> - #include <dev/ic/i82802reg.h> #include "agp.h" |