diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2017-07-13 17:45:01 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2017-07-13 17:45:01 +0000 |
commit | d4fafdc3c86674663548df3b30d47d1a8a887a0e (patch) | |
tree | a9b2a26abecef60f700876f29f1a3153a498d08c /sys | |
parent | f60b3112d619fb67fdd055e0ce769814fc9b75e9 (diff) |
kill a prototype for a nonexisting function; ok mpi@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_wb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_wb.c b/sys/dev/pci/if_wb.c index cc644aa596c..3bda4db2e8d 100644 --- a/sys/dev/pci/if_wb.c +++ b/sys/dev/pci/if_wb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wb.c,v 1.68 2017/01/22 10:17:38 dlg Exp $ */ +/* $OpenBSD: if_wb.c,v 1.69 2017/07/13 17:45:00 naddy Exp $ */ /* * Copyright (c) 1997, 1998 @@ -154,7 +154,6 @@ int wb_mii_readreg(struct wb_softc *, struct wb_mii_frame *); int wb_mii_writereg(struct wb_softc *, struct wb_mii_frame *); void wb_setcfg(struct wb_softc *, uint64_t); -u_int8_t wb_calchash(caddr_t); void wb_setmulti(struct wb_softc *); void wb_reset(struct wb_softc *); void wb_fixmedia(struct wb_softc *); |