Clean up the warnings produced by the recent PCI code. Requested by

SE since he doesn't have good access right now
This commit is contained in:
Gary Palmer 1996-05-27 22:32:23 +00:00
parent 02ba3f92c8
commit d9378aac9a
2 changed files with 6 additions and 2 deletions

View File

@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: if_ed.c,v 1.97 1996/04/23 18:36:54 nate Exp $
* $Id: if_ed.c,v 1.98 1996/05/18 17:56:25 se Exp $
*/
/*
@ -190,6 +190,8 @@ static void edunload(struct pccard_dev *); /* Disable driver */
static void edsuspend(struct pccard_dev *); /* Suspend driver */
static int edinit(struct pccard_dev *, int); /* init device */
void edintr_sc __P((struct ed_softc *));
static struct pccard_drv ed_info = {
"ed",
card_intr,

View File

@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: if_ed.c,v 1.97 1996/04/23 18:36:54 nate Exp $
* $Id: if_ed.c,v 1.98 1996/05/18 17:56:25 se Exp $
*/
/*
@ -190,6 +190,8 @@ static void edunload(struct pccard_dev *); /* Disable driver */
static void edsuspend(struct pccard_dev *); /* Suspend driver */
static int edinit(struct pccard_dev *, int); /* init device */
void edintr_sc __P((struct ed_softc *));
static struct pccard_drv ed_info = {
"ed",
card_intr,