diff options
author | 2005-11-25 02:08:54 +0000 | |
---|---|---|
committer | 2005-11-25 02:08:54 +0000 | |
commit | 903916372752af6ee55c4052098a458fc4947426 (patch) | |
tree | 317e4cc604322fa59fceb25be35d96bfc2f0fd57 | |
parent | Use BGE_IS_JUMBO_CAPABLE in one more spot. (diff) | |
download | wireguard-openbsd-903916372752af6ee55c4052098a458fc4947426.tar.xz wireguard-openbsd-903916372752af6ee55c4052098a458fc4947426.zip |
remove prototype for a non-existent function bge_free_jumbo_mem.
-rw-r--r-- | sys/dev/pci/if_bge.c | 3 |
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); |