diff options
| author | Mark Murray <markm@FreeBSD.org> | 2000-09-21 06:23:16 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2000-09-21 06:23:16 +0000 |
| commit | 4a8612fd41ecde5ed5d1be985c14bf813536c484 (patch) | |
| tree | 7909c3f8cc5ac738f0e8401ae8514f51d1100679 /sys | |
| parent | f36feb85d48e734788971f2bfe454bb51947697d (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/random/harvest.c | 3 | ||||
| -rw-r--r-- | sys/dev/random/hash.c | 2 | ||||
| -rw-r--r-- | sys/dev/random/randomdev.c | 2 | ||||
| -rw-r--r-- | sys/dev/random/yarrow.c | 2 | ||||
| -rw-r--r-- | sys/dev/randomdev/harvest.c | 3 | ||||
| -rw-r--r-- | sys/dev/randomdev/hash.c | 2 | ||||
| -rw-r--r-- | sys/dev/randomdev/randomdev.c | 2 | ||||
| -rw-r--r-- | sys/dev/randomdev/yarrow.c | 2 |
8 files changed, 0 insertions, 18 deletions
diff --git a/sys/dev/random/harvest.c b/sys/dev/random/harvest.c index a1abaa9dfdf4..4bfac55f5e7d 100644 --- a/sys/dev/random/harvest.c +++ b/sys/dev/random/harvest.c @@ -31,9 +31,6 @@ #include <sys/types.h> #include <sys/queue.h> #include <sys/kthread.h> -#include <sys/linker.h> -#include <sys/libkern.h> -#include <sys/mbuf.h> #include <sys/random.h> #include <sys/time.h> #include <crypto/blowfish/blowfish.h> diff --git a/sys/dev/random/hash.c b/sys/dev/random/hash.c index fd169c9510ef..432a54bc7c00 100644 --- a/sys/dev/random/hash.c +++ b/sys/dev/random/hash.c @@ -30,14 +30,12 @@ #include <sys/systm.h> #include <sys/queue.h> #include <sys/libkern.h> -#include <sys/mbuf.h> #include <sys/random.h> #include <sys/time.h> #include <sys/types.h> #include <crypto/blowfish/blowfish.h> #include <dev/randomdev/hash.h> -#include <dev/randomdev/yarrow.h> /* initialise the hash by copying in some supplied data */ void diff --git a/sys/dev/random/randomdev.c b/sys/dev/random/randomdev.c index dfb1e6e67faf..d6796ef5b187 100644 --- a/sys/dev/random/randomdev.c +++ b/sys/dev/random/randomdev.c @@ -40,8 +40,6 @@ #include <sys/random.h> #include <machine/bus.h> #include <machine/resource.h> -#include <sys/rman.h> -#include <sys/signalvar.h> #include <sys/sysctl.h> #include <crypto/blowfish/blowfish.h> diff --git a/sys/dev/random/yarrow.c b/sys/dev/random/yarrow.c index fe839ee35986..1360d8e8dae0 100644 --- a/sys/dev/random/yarrow.c +++ b/sys/dev/random/yarrow.c @@ -35,10 +35,8 @@ #include <sys/queue.h> #include <sys/kernel.h> #include <sys/kthread.h> -#include <sys/linker.h> #include <sys/libkern.h> #include <sys/malloc.h> -#include <sys/mbuf.h> #include <sys/proc.h> #include <sys/random.h> #include <sys/time.h> diff --git a/sys/dev/randomdev/harvest.c b/sys/dev/randomdev/harvest.c index a1abaa9dfdf4..4bfac55f5e7d 100644 --- a/sys/dev/randomdev/harvest.c +++ b/sys/dev/randomdev/harvest.c @@ -31,9 +31,6 @@ #include <sys/types.h> #include <sys/queue.h> #include <sys/kthread.h> -#include <sys/linker.h> -#include <sys/libkern.h> -#include <sys/mbuf.h> #include <sys/random.h> #include <sys/time.h> #include <crypto/blowfish/blowfish.h> diff --git a/sys/dev/randomdev/hash.c b/sys/dev/randomdev/hash.c index fd169c9510ef..432a54bc7c00 100644 --- a/sys/dev/randomdev/hash.c +++ b/sys/dev/randomdev/hash.c @@ -30,14 +30,12 @@ #include <sys/systm.h> #include <sys/queue.h> #include <sys/libkern.h> -#include <sys/mbuf.h> #include <sys/random.h> #include <sys/time.h> #include <sys/types.h> #include <crypto/blowfish/blowfish.h> #include <dev/randomdev/hash.h> -#include <dev/randomdev/yarrow.h> /* initialise the hash by copying in some supplied data */ void diff --git a/sys/dev/randomdev/randomdev.c b/sys/dev/randomdev/randomdev.c index dfb1e6e67faf..d6796ef5b187 100644 --- a/sys/dev/randomdev/randomdev.c +++ b/sys/dev/randomdev/randomdev.c @@ -40,8 +40,6 @@ #include <sys/random.h> #include <machine/bus.h> #include <machine/resource.h> -#include <sys/rman.h> -#include <sys/signalvar.h> #include <sys/sysctl.h> #include <crypto/blowfish/blowfish.h> diff --git a/sys/dev/randomdev/yarrow.c b/sys/dev/randomdev/yarrow.c index fe839ee35986..1360d8e8dae0 100644 --- a/sys/dev/randomdev/yarrow.c +++ b/sys/dev/randomdev/yarrow.c @@ -35,10 +35,8 @@ #include <sys/queue.h> #include <sys/kernel.h> #include <sys/kthread.h> -#include <sys/linker.h> #include <sys/libkern.h> #include <sys/malloc.h> -#include <sys/mbuf.h> #include <sys/proc.h> #include <sys/random.h> #include <sys/time.h> |
