fix prototype for fd_mod_free() - should fix port-mac68k/10063

This commit is contained in:
jdolecek 2000-05-27 10:25:15 +00:00
parent aacf5a4bc1
commit c5d51d433e
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: iwm_fd.c,v 1.10 2000/05/19 18:54:25 thorpej Exp $ */
/* $NetBSD: iwm_fd.c,v 1.11 2000/05/27 10:25:15 jdolecek Exp $ */
/*
* Copyright (c) 1997, 1998 Hauke Fath. All rights reserved.
@ -94,7 +94,7 @@ static void invalidateCylinderCache __P((fd_softc_t *fd));
#ifdef _LKM
static int probe_fd __P((void));
int fd_mod_init __P((void));
int fd_mod_free __P((void));
void fd_mod_free __P((void));
#endif
static int fdstart_Init __P((fd_softc_t *fd));