diff --git a/sys/dev/eisa/ahb.c b/sys/dev/eisa/ahb.c index e6668fe8be4d..03fd60809cfc 100644 --- a/sys/dev/eisa/ahb.c +++ b/sys/dev/eisa/ahb.c @@ -1,4 +1,4 @@ -/* $NetBSD: ahb.c,v 1.13 1998/01/12 08:51:09 thorpej Exp $ */ +/* $NetBSD: ahb.c,v 1.14 1998/01/12 08:57:20 thorpej Exp $ */ #undef AHBDEBUG #ifdef DDB @@ -192,8 +192,6 @@ struct cfattach ahb_ca = { sizeof(struct ahb_softc), ahbmatch, ahbattach }; -extern struct cfdriver ahb_cd; - #define AHB_ABORT_TIMEOUT 2000 /* time to wait for abort (mSec) */ /* XXX Should put this in a better place. */ diff --git a/sys/dev/eisa/eisa.c b/sys/dev/eisa/eisa.c index 3d6aa50a3fc7..420d53b7a4ed 100644 --- a/sys/dev/eisa/eisa.c +++ b/sys/dev/eisa/eisa.c @@ -1,4 +1,4 @@ -/* $NetBSD: eisa.c,v 1.19 1998/01/12 08:51:11 thorpej Exp $ */ +/* $NetBSD: eisa.c,v 1.20 1998/01/12 08:57:23 thorpej Exp $ */ /* * Copyright (c) 1995, 1996 Christopher G. Demetriou @@ -61,8 +61,6 @@ struct cfattach eisa_ca = { sizeof(struct device), eisamatch, eisaattach }; -extern struct cfdriver eisa_cd; - #ifdef __BROKEN_INDIRECT_CONFIG int eisasubmatch __P((struct device *, void *, void *)); #else diff --git a/sys/dev/eisa/if_fea.c b/sys/dev/eisa/if_fea.c index 18d0846f5e11..ecb3fdcbf4d1 100644 --- a/sys/dev/eisa/if_fea.c +++ b/sys/dev/eisa/if_fea.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_fea.c,v 1.15 1998/01/12 08:51:12 thorpej Exp $ */ +/* $NetBSD: if_fea.c,v 1.16 1998/01/12 08:57:24 thorpej Exp $ */ /*- * Copyright (c) 1995, 1996 Matt Thomas @@ -535,6 +535,4 @@ pdq_eisa_attach( struct cfattach fea_ca = { sizeof(pdq_softc_t), pdq_eisa_match, pdq_eisa_attach }; - -extern struct cfdriver fea_cd; #endif