mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
02ba3f92c8
commit
d9378aac9a
2 changed files with 6 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue