move the 'cd_cd' declaration back up to where it was before
the config changes were made. Though the nature of the declaration had to change, there wasn't a reason to change its location.
This commit is contained in:
parent
1484fa567d
commit
10f936ff29
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: cd.c,v 1.110 1998/01/15 02:21:31 cgd Exp $ */
|
||||
/* $NetBSD: cd.c,v 1.111 1998/01/15 19:56:03 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994, 1995, 1997 Charles M. Hannum. All rights reserved.
|
||||
@ -117,6 +117,8 @@ int cd_read_toc __P((struct cd_softc *, int, int, void *, int));
|
||||
int cd_get_parms __P((struct cd_softc *, int));
|
||||
int cd_load_toc __P((struct cd_softc *, struct cd_toc *));
|
||||
|
||||
extern struct cfdriver cd_cd;
|
||||
|
||||
struct dkdriver cddkdriver = { cdstrategy };
|
||||
|
||||
struct scsipi_device cd_switch = {
|
||||
@ -126,8 +128,6 @@ struct scsipi_device cd_switch = {
|
||||
cddone, /* deal with stats at interrupt time */
|
||||
};
|
||||
|
||||
extern struct cfdriver cd_cd;
|
||||
|
||||
/*
|
||||
* The routine called by the low level scsi routine when it discovers
|
||||
* A device suitable for this driver
|
||||
|
Loading…
Reference in New Issue
Block a user