From f970b0c9af1cf5196e7fb67820946c225a628a47 Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Sun, 18 Nov 2007 18:10:14 +0000 Subject: eephy_mii_phy_auto() was deleted in r1.38. So delete the declaration too. --- sys/dev/mii/eephy.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/mii/eephy.c b/sys/dev/mii/eephy.c index 0f7e66fb614..4a60b7457c7 100644 --- a/sys/dev/mii/eephy.c +++ b/sys/dev/mii/eephy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: eephy.c,v 1.42 2007/10/06 12:32:09 kettenis Exp $ */ +/* $OpenBSD: eephy.c,v 1.43 2007/11/18 18:10:13 krw Exp $ */ /* * Principal Author: Parag Patel * Copyright (c) 2001 @@ -70,7 +70,6 @@ struct cfdriver eephy_cd = { NULL, "eephy", DV_DULL }; -int eephy_mii_phy_auto(struct mii_softc *); void eephy_reset(struct mii_softc *); const struct mii_phy_funcs eephy_funcs = { -- cgit v1.2.3