From d4fafdc3c86674663548df3b30d47d1a8a887a0e Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Thu, 13 Jul 2017 17:45:01 +0000 Subject: kill a prototype for a nonexisting function; ok mpi@ --- sys/dev/pci/if_wb.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys') 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 *); -- cgit v1.2.3