diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-07-20 06:31:09 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-07-20 06:31:09 +0000 |
| commit | 8f0169c8a853f757ed54f413ba04d8b7f92e095f (patch) | |
| tree | 47be7e5216a5839aba8a8c3a6ccb9f4e1c71c559 /sys/dev/eisa | |
| parent | 8f975bb3212444d139a4d65c1b55b2fbe2d0ccce (diff) | |
Notes
Diffstat (limited to 'sys/dev/eisa')
| -rw-r--r-- | sys/dev/eisa/eisaconf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/eisa/eisaconf.c b/sys/dev/eisa/eisaconf.c index 4c0900569a49..18f4681dbfe5 100644 --- a/sys/dev/eisa/eisaconf.c +++ b/sys/dev/eisa/eisaconf.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: eisaconf.c,v 1.26 1997/02/22 09:32:02 peter Exp $ + * $Id: eisaconf.c,v 1.27 1997/03/13 18:04:02 joerg Exp $ */ #include "opt_eisa.h" @@ -36,8 +36,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> -#include <sys/sysctl.h> -#include <sys/conf.h> #include <sys/malloc.h> #include <i386/eisa/eisaconf.h> |
