summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_bge.c
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2005-11-25 02:08:55 +0000
committerBrad Smith <brad@cvs.openbsd.org>2005-11-25 02:08:55 +0000
commit24ed03607a525554a0c0b77a2f71975bf6b48126 (patch)
tree1d67eb8906d39650ac021b8b6f5484075fe680ad /sys/dev/pci/if_bge.c
parentaab8ff26279c0d299cdb87fcc48236135680332b (diff)
remove prototype for a non-existent function bge_free_jumbo_mem.
Diffstat (limited to 'sys/dev/pci/if_bge.c')
-rw-r--r--sys/dev/pci/if_bge.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c
index 2b9a04e7cd3..22861c7c83b 100644
--- a/sys/dev/pci/if_bge.c
+++ b/sys/dev/pci/if_bge.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_bge.c,v 1.100 2005/11/25 02:05:24 brad Exp $ */
+/* $OpenBSD: if_bge.c,v 1.101 2005/11/25 02:08:54 brad Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
@@ -154,7 +154,6 @@ int bge_read_eeprom(struct bge_softc *, caddr_t, int, int);
void bge_setmulti(struct bge_softc *);
int bge_alloc_jumbo_mem(struct bge_softc *);
-void bge_free_jumbo_mem(struct bge_softc *);
void *bge_jalloc(struct bge_softc *);
void bge_jfree(caddr_t, u_int, void *);
int bge_newbuf_std(struct bge_softc *, int, struct mbuf *, bus_dmamap_t);