diff options
| author | thorpej <thorpej@NetBSD.org> | 2002-10-01 01:39:38 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2002-10-01 01:39:38 +0000 |
| commit | 563cc48dad56771fae5b5d460b82cf6f077b3a07 (patch) | |
| tree | 3d66a639397ed7ffd3e51dc7b04fdfe64d7df75d /sys/dev | |
| parent | f02c7869a0ca138b2d5ea658bf6c0af3f5e3f346 (diff) | |
Remove uneecessary extern decl of de_ca.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/if_devar.h | 3 | ||||
| -rw-r--r-- | sys/dev/pci/if_lmcvar.h | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/pci/if_devar.h b/sys/dev/pci/if_devar.h index 8335bea93cb..b73b6c47e68 100644 --- a/sys/dev/pci/if_devar.h +++ b/sys/dev/pci/if_devar.h @@ -1,4 +1,4 @@ -/* $NetBSD: if_devar.h,v 1.37 2002/09/27 20:40:05 thorpej Exp $ */ +/* $NetBSD: if_devar.h,v 1.38 2002/10/01 01:39:38 thorpej Exp $ */ /*- * Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com) @@ -981,7 +981,6 @@ arp_ifinit( #if defined(__NetBSD__) #define ifnet_ret_t void typedef u_long ioctl_cmd_t; -extern const struct cfattach de_ca; extern struct cfdriver de_cd; #define TULIP_UNIT_TO_SOFTC(unit) ((tulip_softc_t *) de_cd.cd_devs[unit]) #define TULIP_IFP_TO_SOFTC(ifp) ((tulip_softc_t *)((ifp)->if_softc)) diff --git a/sys/dev/pci/if_lmcvar.h b/sys/dev/pci/if_lmcvar.h index 39c23212945..c96b25df661 100644 --- a/sys/dev/pci/if_lmcvar.h +++ b/sys/dev/pci/if_lmcvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: if_lmcvar.h,v 1.10 2002/09/27 20:40:12 thorpej Exp $ */ +/* $NetBSD: if_lmcvar.h,v 1.11 2002/10/01 01:39:38 thorpej Exp $ */ /*- * Copyright (c) 1997-1999 LAN Media Corporation (LMC) @@ -636,7 +636,6 @@ extern struct cfdriver lmccd; #if defined(__NetBSD__) #define ifnet_ret_t void typedef u_long ioctl_cmd_t; -extern const struct cfattach de_ca; extern struct cfdriver de_cd; #define LMC_UNIT_TO_SOFTC(unit) ((lmc_softc_t *) de_cd.cd_devs[unit]) #define LMC_IFP_TO_SOFTC(ifp) ((lmc_softc_t *)((ifp)->if_softc)) |
