Removed #include of <i386/isa/isa_device.h>. inthand2_t is declared in a

better place now.
This commit is contained in:
Bruce Evans 1997-06-07 00:57:26 +00:00
parent f0a2dcf23d
commit 4d775b7759
2 changed files with 2 additions and 8 deletions

View file

@ -1,7 +1,7 @@
/*
* random.h -- A strong random number generator
*
* $Id$
* $Id: random.h,v 1.11 1997/02/22 09:35:05 peter Exp $
*
* Version 0.95, last modified 18-Oct-95
*
@ -58,9 +58,6 @@
#ifdef KERNEL
/* XXX include from the wrong place(s) for inthand2_t. */
#include <i386/isa/isa_device.h>
/* Interrupts to be used in the randomizing process */
extern inthand2_t *sec_intr_handler[];

View file

@ -1,7 +1,7 @@
/*
* random.h -- A strong random number generator
*
* $Id$
* $Id: random.h,v 1.11 1997/02/22 09:35:05 peter Exp $
*
* Version 0.95, last modified 18-Oct-95
*
@ -58,9 +58,6 @@
#ifdef KERNEL
/* XXX include from the wrong place(s) for inthand2_t. */
#include <i386/isa/isa_device.h>
/* Interrupts to be used in the randomizing process */
extern inthand2_t *sec_intr_handler[];