G/c external reference to ibus_cd.
This commit is contained in:
parent
958db4d3b7
commit
6c87786450
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: if_le_ibus.c,v 1.4 2002/09/26 20:33:25 thorpej Exp $ */
|
||||
/* $NetBSD: if_le_ibus.c,v 1.5 2002/09/26 20:36:51 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1996 The Board of Trustees of The Leland Stanford
|
||||
|
@ -51,7 +51,6 @@ static void le_pmax_attach(struct device *, struct device *, void *);
|
|||
struct cfattach le_pmax_ca = {
|
||||
sizeof(struct le_softc), le_pmax_match, le_pmax_attach
|
||||
};
|
||||
extern struct cfdriver ibus_cd;
|
||||
|
||||
int
|
||||
le_pmax_match(struct device *parent, struct cfdata *match, void *aux)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: mcclock_ibus.c,v 1.9 2002/09/26 20:33:25 thorpej Exp $ */
|
||||
/* $NetBSD: mcclock_ibus.c,v 1.10 2002/09/26 20:36:51 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
|
||||
|
@ -28,7 +28,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
|
||||
__KERNEL_RCSID(0, "$NetBSD: mcclock_ibus.c,v 1.9 2002/09/26 20:33:25 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: mcclock_ibus.c,v 1.10 2002/09/26 20:36:51 thorpej Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/kernel.h>
|
||||
|
@ -49,7 +49,6 @@ struct cfattach mcclock_ibus_ca = {
|
|||
sizeof (struct mcclock_pad32_softc),
|
||||
(void *)mcclock_ibus_match, mcclock_ibus_attach,
|
||||
};
|
||||
extern struct cfdriver ibus_cd;
|
||||
|
||||
static int
|
||||
mcclock_ibus_match(parent, match, aux)
|
||||
|
|
Loading…
Reference in New Issue