Don't include <i386/isa/icu.h>
This commit is contained in:
parent
663d2c5069
commit
6dc742c240
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: gus.c,v 1.77 2002/10/02 03:10:46 thorpej Exp $ */
|
||||
/* $NetBSD: gus.c,v 1.78 2002/10/11 19:14:06 fvdl Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996, 1999 The NetBSD Foundation, Inc.
|
||||
|
@ -95,7 +95,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: gus.c,v 1.77 2002/10/02 03:10:46 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: gus.c,v 1.78 2002/10/11 19:14:06 fvdl Exp $");
|
||||
|
||||
#include "gus.h"
|
||||
#if NGUS > 0
|
||||
|
@ -124,7 +124,6 @@ __KERNEL_RCSID(0, "$NetBSD: gus.c,v 1.77 2002/10/02 03:10:46 thorpej Exp $");
|
|||
|
||||
#include <dev/isa/isavar.h>
|
||||
#include <dev/isa/isadmavar.h>
|
||||
#include <i386/isa/icu.h>
|
||||
|
||||
#include <dev/ic/ics2101reg.h>
|
||||
#include <dev/ic/cs4231reg.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: gus_isapnp.c,v 1.20 2002/10/02 16:33:58 thorpej Exp $ */
|
||||
/* $NetBSD: gus_isapnp.c,v 1.21 2002/10/11 19:14:07 fvdl Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997, 1999 The NetBSD Foundation, Inc.
|
||||
|
@ -36,7 +36,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: gus_isapnp.c,v 1.20 2002/10/02 16:33:58 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: gus_isapnp.c,v 1.21 2002/10/11 19:14:07 fvdl Exp $");
|
||||
|
||||
#include "guspnp.h"
|
||||
#if NGUSPNP > 0
|
||||
|
@ -63,7 +63,6 @@ __KERNEL_RCSID(0, "$NetBSD: gus_isapnp.c,v 1.20 2002/10/02 16:33:58 thorpej Exp
|
|||
|
||||
#include <dev/isa/isavar.h>
|
||||
#include <dev/isa/isadmavar.h>
|
||||
#include <i386/isa/icu.h>
|
||||
|
||||
#include <dev/isapnp/isapnpreg.h>
|
||||
#include <dev/isapnp/isapnpvar.h>
|
||||
|
|
Loading…
Reference in New Issue