Remove uneecessary extern decl of de_ca.

This commit is contained in:
thorpej 2002-10-01 01:39:38 +00:00
parent f02c7869a0
commit 563cc48dad
2 changed files with 2 additions and 4 deletions

View File

@ -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))

View File

@ -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))