diff --git a/sys/dev/isa/gus.c b/sys/dev/isa/gus.c index 31909f3553e8..ec2f7334603e 100644 --- a/sys/dev/isa/gus.c +++ b/sys/dev/isa/gus.c @@ -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 -__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 #include -#include #include #include diff --git a/sys/dev/isapnp/gus_isapnp.c b/sys/dev/isapnp/gus_isapnp.c index 1837e6499fc8..aa057e7ff2c7 100644 --- a/sys/dev/isapnp/gus_isapnp.c +++ b/sys/dev/isapnp/gus_isapnp.c @@ -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 -__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 #include -#include #include #include