summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@cvs.openbsd.org>2017-07-13 17:45:01 +0000
committerChristian Weisgerber <naddy@cvs.openbsd.org>2017-07-13 17:45:01 +0000
commitd4fafdc3c86674663548df3b30d47d1a8a887a0e (patch)
treea9b2a26abecef60f700876f29f1a3153a498d08c /sys
parentf60b3112d619fb67fdd055e0ce769814fc9b75e9 (diff)
kill a prototype for a nonexisting function; ok mpi@
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/if_wb.c3
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 *);